Html Css Color HEX #00CBAC Caribbean Green

📋 copy color: '#00CBAC'

red 0 ◦ green 203 ◦ blue 172

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

Shades of Caribbean Green #00CBAC

Tints of Caribbean Green #00CBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 0%
G = 54.13%
B = 45.87%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#00CBAC (or 0x00CBAC) is known color: Caribbean Green. HEX triplet: 00, CB and AC. RGB value is (0,203,172). Sum of RGB (Red+Green+Blue) = 0+203+172=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #00CBAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00CBAC is #FF3453. Grayscale: #8A8A8A. Windows color (decimal): -16725076 or 11324160. OLE color: 11324160.

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

Color convert

RGB 0 203 172 -
CMYK 1 0 0.15 0.20
HSL 170.84º 1% 0.4% -
HSV(B) 170.84º 1% 0.8% -
XYZ 28.8 45.69 46.33 -
YUV 138.77 146.75 29.02 -
System Red Green Blue C M Y K H S L
Decimal 0 203 172 1 0 0.15 0.20 170.84 1 0.4
Hex 0 CB AC 64 0 F 14 AB 64 28
Octal 0 313 254 144 0 17 24 253 144 50
Binary 0 11001011 10101100 1100100 0 1111 10100 10101011 1100100 101000

Color Harmonies of #00CBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CBAC

Black with #00CBAC

Text Example


Text Example

White with #00CBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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