Html Css Color HEX #6CAB8C Acapulco

📋 copy color: '#6CAB8C'

red 108 ◦ green 171 ◦ blue 140

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

Shades of Acapulco #6CAB8C

Tints of Acapulco #6CAB8C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.81%

 BLUE value IS 140 (55.08% from 255) = 33.41%

R = 25.78%
G = 40.81%
B = 33.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#6CAB8C (or 0x6CAB8C) is known color: Acapulco. HEX triplet: 6C, AB and 8C. RGB value is (108,171,140). Sum of RGB (Red+Green+Blue) = 108+171+140=419 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.78% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAB8C is #935473. Grayscale: #949494. Windows color (decimal): -9655412 or 9218924. OLE color: 9218924.

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

Color convert

RGB 108 171 140 -
CMYK 0.37 0 0.18 0.33
HSL 150.48º 0.27% 0.55% -
HSV(B) 150.48º 0.37% 0.67% -
XYZ 25.48 34.21 30.07 -
YUV 148.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 108 171 140 0.37 0 0.18 0.33 150.48 0.27 0.55
Hex 6C AB 8C 25 0 12 21 96 1B 37
Octal 154 253 214 45 0 22 41 226 33 67
Binary 1101100 10101011 10001100 100101 0 10010 100001 10010110 11011 110111

Color Harmonies of #6CAB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAB8C

Black with #6CAB8C

Text Example


Text Example

White with #6CAB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,171,140); }

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

background-color css

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

 a { background-color: rgb(108,171,140); }

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

border-color css

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

 span { border-color: rgb(108,171,140); }

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