Html Css Color HEX #6CAA8A Acapulco

📋 copy color: '#6CAA8A'

red 108 ◦ green 170 ◦ blue 138

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

Shades of Acapulco #6CAA8A

Tints of Acapulco #6CAA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 25.96%
G = 40.87%
B = 33.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#6CAA8A (or 0x6CAA8A) is known color: Acapulco. HEX triplet: 6C, AA and 8A. RGB value is (108,170,138). Sum of RGB (Red+Green+Blue) = 108+170+138=416 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.96% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAA8A is #935575. Grayscale: #939393. Windows color (decimal): -9655670 or 9087596. OLE color: 9087596.

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

Color convert

RGB 108 170 138 -
CMYK 0.36 0 0.19 0.33
HSL 149.03º 0.27% 0.55% -
HSV(B) 149.03º 0.36% 0.67% -
XYZ 25.15 33.77 29.24 -
YUV 147.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 108 170 138 0.36 0 0.19 0.33 149.03 0.27 0.55
Hex 6C AA 8A 24 0 13 21 95 1B 37
Octal 154 252 212 44 0 23 41 225 33 67
Binary 1101100 10101010 10001010 100100 0 10011 100001 10010101 11011 110111

Color Harmonies of #6CAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAA8A

Black with #6CAA8A

Text Example


Text Example

White with #6CAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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