Html Css Color HEX #00D9AE Caribbean Green

📋 copy color: '#00D9AE'

red 0 ◦ green 217 ◦ blue 174

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

Shades of Caribbean Green #00D9AE

Tints of Caribbean Green #00D9AE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.5%

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 0%
G = 55.5%
B = 44.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#00D9AE (or 0x00D9AE) is known color: Caribbean Green. HEX triplet: 00, D9 and AE. RGB value is (0,217,174). Sum of RGB (Red+Green+Blue) = 0+217+174=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #00D9AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D9AE is #FF2651. Grayscale: #939393. Windows color (decimal): -16721490 or 11458816. OLE color: 11458816.

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

Color convert

RGB 0 217 174 -
CMYK 1 0 0.20 0.15
HSL 168.11º 1% 0.43% -
HSV(B) 168.11º 1% 0.85% -
XYZ 32.45 52.68 48.5 -
YUV 147.22 143.11 23 -
System Red Green Blue C M Y K H S L
Decimal 0 217 174 1 0 0.20 0.15 168.11 1 0.43
Hex 0 D9 AE 64 0 14 F A8 64 2B
Octal 0 331 256 144 0 24 17 250 144 53
Binary 0 11011001 10101110 1100100 0 10100 1111 10101000 1100100 101011

Color Harmonies of #00D9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D9AE

Black with #00D9AE

Text Example


Text Example

White with #00D9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,217,174); }

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

background-color css

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

 a { background-color: rgb(0,217,174); }

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

border-color css

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

 span { border-color: rgb(0,217,174); }

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