Html Css Color HEX #6CAA98 Acapulco

📋 copy color: '#6CAA98'

red 108 ◦ green 170 ◦ blue 152

#6CAA98
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #6CAA98

Tints of Acapulco #6CAA98

RGB

 RED value IS 108 (42.58% from 255) = 25.12%

 GREEN value IS 170 (66.8% from 255) = 39.53%

 BLUE value IS 152 (59.77% from 255) = 35.35%

R = 25.12%
G = 39.53%
B = 35.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6CAA98 (or 0x6CAA98) is known color: Acapulco. HEX triplet: 6C, AA and 98. RGB value is (108,170,152). Sum of RGB (Red+Green+Blue) = 108+170+152=430 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.12% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAA98 is #935567. Grayscale: #959595. Windows color (decimal): -9655656 or 10005100. OLE color: 10005100.

HSL color Cylindrical-coordinate representation of color #6CAA98: hue angle of 162.58º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CAA98 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 170 152 -
CMYK 0.36 0 0.11 0.33
HSL 162.58º 0.27% 0.55% -
HSV(B) 162.58º 0.36% 0.67% -
XYZ 26.23 34.2 34.93 -
YUV 149.41 129.46 98.46 -
System Red Green Blue C M Y K H S L
Decimal 108 170 152 0.36 0 0.11 0.33 162.58 0.27 0.55
Hex 6C AA 98 24 0 B 21 A3 1B 37
Octal 154 252 230 44 0 13 41 243 33 67
Binary 1101100 10101010 10011000 100100 0 1011 100001 10100011 11011 110111

Color Harmonies of #6CAA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAA98

Black with #6CAA98

Text Example


Text Example

White with #6CAA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CAA98; }

 p { color: rgb(108,170,152); }

 H1.HeaderClassName
 {
   color: #6CAA98;
 }
 .AnyTagClassName
 {
   color: #6CAA98;
 }
</style>

background-color css

<style>
 a { background-color: #6CAA98; }

 a { background-color: rgb(108,170,152); }

 div.DivClassName
 {
   background-color: #6CAA98;
 }
 .BgClassName
 {
   background-color: #6CAA98;
 }
</style>

border-color css

<style>
 span { border-color: #6CAA98; }

 span { border-color: rgb(108,170,152); }

 td.TdClassName
 {
   border-color: #6CAA98;
 }
 .TagClassName
 {
   border-color: #6CAA98;
 }
</style>