Html Css Color HEX #00D3B1 Caribbean Green

📋 copy color: '#00D3B1'

red 0 ◦ green 211 ◦ blue 177

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

Shades of Caribbean Green #00D3B1

Tints of Caribbean Green #00D3B1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 54.38%

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

R = 0%
G = 54.38%
B = 45.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.17

RGB Variations

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

Color information

#00D3B1 (or 0x00D3B1) is known color: Caribbean Green. HEX triplet: 00, D3 and B1. RGB value is (0,211,177). Sum of RGB (Red+Green+Blue) = 0+211+177=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 211 (82.81% from 255 or 54.38% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 211 - color contains mainly: green. Hex color #00D3B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D3B1 is #FF2C4E. Grayscale: #8F8F8F. Windows color (decimal): -16723023 or 11653888. OLE color: 11653888.

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

Color convert

RGB 0 211 177 -
CMYK 1 0 0.16 0.17
HSL 170.33º 1% 0.41% -
HSV(B) 170.33º 1% 0.83% -
XYZ 31.23 49.76 49.55 -
YUV 144.04 146.6 25.26 -
System Red Green Blue C M Y K H S L
Decimal 0 211 177 1 0 0.16 0.17 170.33 1 0.41
Hex 0 D3 B1 64 0 10 11 AA 64 29
Octal 0 323 261 144 0 20 21 252 144 51
Binary 0 11010011 10110001 1100100 0 10000 10001 10101010 1100100 101001

Color Harmonies of #00D3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D3B1

Black with #00D3B1

Text Example


Text Example

White with #00D3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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