Html Css Color HEX #00D1AD Caribbean Green

📋 copy color: '#00D1AD'

red 0 ◦ green 209 ◦ blue 173

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

Shades of Caribbean Green #00D1AD

Tints of Caribbean Green #00D1AD

RGB

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

 GREEN value IS 209 (82.03% from 255) = 54.71%

 BLUE value IS 173 (67.97% from 255) = 45.29%

R = 0%
G = 54.71%
B = 45.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#00D1AD (or 0x00D1AD) is known color: Caribbean Green. HEX triplet: 00, D1 and AD. RGB value is (0,209,173). Sum of RGB (Red+Green+Blue) = 0+209+173=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 209 (82.03% from 255 or 54.71% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 209 - color contains mainly: green. Hex color #00D1AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D1AD is #FF2E52. Grayscale: #8E8E8E. Windows color (decimal): -16723539 or 11391232. OLE color: 11391232.

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

Color convert

RGB 0 209 173 -
CMYK 1 0 0.17 0.18
HSL 169.67º 1% 0.41% -
HSV(B) 169.67º 1% 0.82% -
XYZ 30.34 48.62 47.32 -
YUV 142.41 145.26 26.43 -
System Red Green Blue C M Y K H S L
Decimal 0 209 173 1 0 0.17 0.18 169.67 1 0.41
Hex 0 D1 AD 64 0 11 12 AA 64 29
Octal 0 321 255 144 0 21 22 252 144 51
Binary 0 11010001 10101101 1100100 0 10001 10010 10101010 1100100 101001

Color Harmonies of #00D1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D1AD

Black with #00D1AD

Text Example


Text Example

White with #00D1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,209,173); }

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

background-color css

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

 a { background-color: rgb(0,209,173); }

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

border-color css

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

 span { border-color: rgb(0,209,173); }

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