Html Css Color HEX #00CBAA Caribbean Green

📋 copy color: '#00CBAA'

red 0 ◦ green 203 ◦ blue 170

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

Shades of Caribbean Green #00CBAA

Tints of Caribbean Green #00CBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 54.42%

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 0%
G = 54.42%
B = 45.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#00CBAA (or 0x00CBAA) is known color: Caribbean Green. HEX triplet: 00, CB and AA. RGB value is (0,203,170). Sum of RGB (Red+Green+Blue) = 0+203+170=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 203 (79.69% from 255 or 54.42% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 203 - color contains mainly: green. Hex color #00CBAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CBAA is #FF3455. Grayscale: #8A8A8A. Windows color (decimal): -16725078 or 11193088. OLE color: 11193088.

HSL color Cylindrical-coordinate representation of color #00CBAA: hue angle of 170.25º 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 #00CBAA is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 203 170 -
CMYK 1 0 0.16 0.20
HSL 170.25º 1% 0.4% -
HSV(B) 170.25º 1% 0.8% -
XYZ 28.61 45.61 45.33 -
YUV 138.54 145.75 29.18 -
System Red Green Blue C M Y K H S L
Decimal 0 203 170 1 0 0.16 0.20 170.25 1 0.4
Hex 0 CB AA 64 0 10 14 AA 64 28
Octal 0 313 252 144 0 20 24 252 144 50
Binary 0 11001011 10101010 1100100 0 10000 10100 10101010 1100100 101000

Color Harmonies of #00CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CBAA

Black with #00CBAA

Text Example


Text Example

White with #00CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,203,170); }

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

background-color css

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

 a { background-color: rgb(0,203,170); }

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

border-color css

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

 span { border-color: rgb(0,203,170); }

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