Html Css Color HEX #00D0B1 Caribbean Green

📋 copy color: '#00D0B1'

red 0 ◦ green 208 ◦ blue 177

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

Shades of Caribbean Green #00D0B1

Tints of Caribbean Green #00D0B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.97%

R = 0%
G = 54.03%
B = 45.97%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#00D0B1 (or 0x00D0B1) is known color: Caribbean Green. HEX triplet: 00, D0 and B1. RGB value is (0,208,177). Sum of RGB (Red+Green+Blue) = 0+208+177=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #00D0B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D0B1 is #FF2F4E. Grayscale: #8E8E8E. Windows color (decimal): -16723791 or 11653120. OLE color: 11653120.

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

Color convert

RGB 0 208 177 -
CMYK 1 0 0.15 0.18
HSL 171.06º 1% 0.41% -
HSV(B) 171.06º 1% 0.82% -
XYZ 30.49 48.29 49.31 -
YUV 142.27 147.59 26.52 -
System Red Green Blue C M Y K H S L
Decimal 0 208 177 1 0 0.15 0.18 171.06 1 0.41
Hex 0 D0 B1 64 0 F 12 AB 64 29
Octal 0 320 261 144 0 17 22 253 144 51
Binary 0 11010000 10110001 1100100 0 1111 10010 10101011 1100100 101001

Color Harmonies of #00D0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D0B1

Black with #00D0B1

Text Example


Text Example

White with #00D0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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