Html Css Color HEX #00C8AB Caribbean Green

📋 copy color: '#00C8AB'

red 0 ◦ green 200 ◦ blue 171

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

Shades of Caribbean Green #00C8AB

Tints of Caribbean Green #00C8AB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.91%

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

R = 0%
G = 53.91%
B = 46.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#00C8AB (or 0x00C8AB) is known color: Caribbean Green. HEX triplet: 00, C8 and AB. RGB value is (0,200,171). Sum of RGB (Red+Green+Blue) = 0+200+171=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #00C8AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C8AB is #FF3754. Grayscale: #888888. Windows color (decimal): -16725845 or 11257856. OLE color: 11257856.

HSL color Cylindrical-coordinate representation of color #00C8AB: hue angle of 171.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C8AB is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 0 200 171 -
CMYK 1 0 0.14 0.22
HSL 171.3º 1% 0.39% -
HSV(B) 171.3º 1% 0.78% -
XYZ 28 44.25 45.59 -
YUV 136.89 147.24 30.36 -
System Red Green Blue C M Y K H S L
Decimal 0 200 171 1 0 0.14 0.22 171.3 1 0.39
Hex 0 C8 AB 64 0 E 16 AB 64 27
Octal 0 310 253 144 0 16 26 253 144 47
Binary 0 11001000 10101011 1100100 0 1110 10110 10101011 1100100 100111

Color Harmonies of #00C8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C8AB

Black with #00C8AB

Text Example


Text Example

White with #00C8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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