Html Css Color HEX #00D0A7 Caribbean Green

📋 copy color: '#00D0A7'

red 0 ◦ green 208 ◦ blue 167

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

Shades of Caribbean Green #00D0A7

Tints of Caribbean Green #00D0A7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.47%

 BLUE value IS 167 (65.63% from 255) = 44.53%

R = 0%
G = 55.47%
B = 44.53%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#00D0A7 (or 0x00D0A7) is known color: Caribbean Green. HEX triplet: 00, D0 and A7. RGB value is (0,208,167). Sum of RGB (Red+Green+Blue) = 0+208+167=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #00D0A7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D0A7 is #FF2F58. Grayscale: #8D8D8D. Windows color (decimal): -16723801 or 10997760. OLE color: 10997760.

HSL color Cylindrical-coordinate representation of color #00D0A7: hue angle of 168.17º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D0A7 is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 208 167 -
CMYK 1 0 0.20 0.18
HSL 168.17º 1% 0.41% -
HSV(B) 168.17º 1% 0.82% -
XYZ 29.53 47.9 44.25 -
YUV 141.13 142.59 27.33 -
System Red Green Blue C M Y K H S L
Decimal 0 208 167 1 0 0.20 0.18 168.17 1 0.41
Hex 0 D0 A7 64 0 14 12 A8 64 29
Octal 0 320 247 144 0 24 22 250 144 51
Binary 0 11010000 10100111 1100100 0 10100 10010 10101000 1100100 101001

Color Harmonies of #00D0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D0A7

Black with #00D0A7

Text Example


Text Example

White with #00D0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,208,167); }

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

background-color css

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

 a { background-color: rgb(0,208,167); }

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

border-color css

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

 span { border-color: rgb(0,208,167); }

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