Html Css Color HEX #6CAB8F Acapulco

📋 copy color: '#6CAB8F'

red 108 ◦ green 171 ◦ blue 143

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

Shades of Acapulco #6CAB8F

Tints of Acapulco #6CAB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.89%

R = 25.59%
G = 40.52%
B = 33.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#6CAB8F (or 0x6CAB8F) is known color: Acapulco. HEX triplet: 6C, AB and 8F. RGB value is (108,171,143). Sum of RGB (Red+Green+Blue) = 108+171+143=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #6CAB8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAB8F is #935470. Grayscale: #959595. Windows color (decimal): -9655409 or 9415532. OLE color: 9415532.

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

Color convert

RGB 108 171 143 -
CMYK 0.37 0 0.16 0.33
HSL 153.33º 0.27% 0.55% -
HSV(B) 153.33º 0.37% 0.67% -
XYZ 25.71 34.3 31.25 -
YUV 148.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 108 171 143 0.37 0 0.16 0.33 153.33 0.27 0.55
Hex 6C AB 8F 25 0 10 21 99 1B 37
Octal 154 253 217 45 0 20 41 231 33 67
Binary 1101100 10101011 10001111 100101 0 10000 100001 10011001 11011 110111

Color Harmonies of #6CAB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAB8F

Black with #6CAB8F

Text Example


Text Example

White with #6CAB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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