Html Css Color HEX #6CAB9A Acapulco

📋 copy color: '#6CAB9A'

red 108 ◦ green 171 ◦ blue 154

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

Shades of Acapulco #6CAB9A

Tints of Acapulco #6CAB9A

RGB

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

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

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

R = 24.94%
G = 39.49%
B = 35.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#6CAB9A (or 0x6CAB9A) is known color: Acapulco. HEX triplet: 6C, AB and 9A. RGB value is (108,171,154). Sum of RGB (Red+Green+Blue) = 108+171+154=433 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.94% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAB9A is #935465. Grayscale: #969696. Windows color (decimal): -9655398 or 10136428. OLE color: 10136428.

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

Color convert

RGB 108 171 154 -
CMYK 0.37 0 0.10 0.33
HSL 163.81º 0.27% 0.55% -
HSV(B) 163.81º 0.37% 0.67% -
XYZ 26.58 34.65 35.86 -
YUV 150.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 108 171 154 0.37 0 0.10 0.33 163.81 0.27 0.55
Hex 6C AB 9A 25 0 A 21 A4 1B 37
Octal 154 253 232 45 0 12 41 244 33 67
Binary 1101100 10101011 10011010 100101 0 1010 100001 10100100 11011 110111

Color Harmonies of #6CAB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAB9A

Black with #6CAB9A

Text Example


Text Example

White with #6CAB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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