Html Css Color HEX #00CCAB Caribbean Green

📋 copy color: '#00CCAB'

red 0 ◦ green 204 ◦ blue 171

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

Shades of Caribbean Green #00CCAB

Tints of Caribbean Green #00CCAB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 204 (80.08% from 255) = 54.4%

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 0%
G = 54.4%
B = 45.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#00CCAB (or 0x00CCAB) is known color: Caribbean Green. HEX triplet: 00, CC and AB. RGB value is (0,204,171). Sum of RGB (Red+Green+Blue) = 0+204+171=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #00CCAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CCAB is #FF3354. Grayscale: #8B8B8B. Windows color (decimal): -16724821 or 11258880. OLE color: 11258880.

HSL color Cylindrical-coordinate representation of color #00CCAB: hue angle of 170.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CCAB is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 0 204 171 -
CMYK 1 0 0.16 0.2
HSL 170.29º 1% 0.4% -
HSV(B) 170.29º 1% 0.8% -
XYZ 28.94 46.13 45.91 -
YUV 139.24 145.91 28.68 -
System Red Green Blue C M Y K H S L
Decimal 0 204 171 1 0 0.16 0.2 170.29 1 0.4
Hex 0 CC AB 64 0 10 14 AA 64 28
Octal 0 314 253 144 0 20 24 252 144 50
Binary 0 11001100 10101011 1100100 0 10000 10100 10101010 1100100 101000

Color Harmonies of #00CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CCAB

Black with #00CCAB

Text Example


Text Example

White with #00CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00CCAB; }

 p { color: rgb(0,204,171); }

 H1.HeaderClassName
 {
   color: #00CCAB;
 }
 .AnyTagClassName
 {
   color: #00CCAB;
 }
</style>

background-color css

<style>
 a { background-color: #00CCAB; }

 a { background-color: rgb(0,204,171); }

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

border-color css

<style>
 span { border-color: #00CCAB; }

 span { border-color: rgb(0,204,171); }

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