Html Css Color HEX #6CAA9A Acapulco

📋 copy color: '#6CAA9A'

red 108 ◦ green 170 ◦ blue 154

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

Shades of Acapulco #6CAA9A

Tints of Acapulco #6CAA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.65%

R = 25%
G = 39.35%
B = 35.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#6CAA9A (or 0x6CAA9A) is known color: Acapulco. HEX triplet: 6C, AA and 9A. RGB value is (108,170,154). Sum of RGB (Red+Green+Blue) = 108+170+154=432 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAA9A is #935565. Grayscale: #959595. Windows color (decimal): -9655654 or 10136172. OLE color: 10136172.

HSL color Cylindrical-coordinate representation of color #6CAA9A: hue angle of 164.52º 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 #6CAA9A is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 170 154 -
CMYK 0.36 0 0.09 0.33
HSL 164.52º 0.27% 0.55% -
HSV(B) 164.52º 0.36% 0.67% -
XYZ 26.39 34.27 35.8 -
YUV 149.64 130.46 98.3 -
System Red Green Blue C M Y K H S L
Decimal 108 170 154 0.36 0 0.09 0.33 164.52 0.27 0.55
Hex 6C AA 9A 24 0 9 21 A5 1B 37
Octal 154 252 232 44 0 11 41 245 33 67
Binary 1101100 10101010 10011010 100100 0 1001 100001 10100101 11011 110111

Color Harmonies of #6CAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAA9A

Black with #6CAA9A

Text Example


Text Example

White with #6CAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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