Html Css Color HEX #00DF8E Caribbean Green

📋 copy color: '#00DF8E'

red 0 ◦ green 223 ◦ blue 142

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

Shades of Caribbean Green #00DF8E

Tints of Caribbean Green #00DF8E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 61.1%

 BLUE value IS 142 (55.86% from 255) = 38.9%

R = 0%
G = 61.1%
B = 38.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#00DF8E (or 0x00DF8E) is known color: Caribbean Green. HEX triplet: 00, DF and 8E. RGB value is (0,223,142). Sum of RGB (Red+Green+Blue) = 0+223+142=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 223 (87.5% from 255 or 61.10% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DF8E is #FF2071. Grayscale: #939393. Windows color (decimal): -16719986 or 9363200. OLE color: 9363200.

HSL color Cylindrical-coordinate representation of color #00DF8E: hue angle of 158.21º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DF8E is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 223 142 -
CMYK 1 0 0.36 0.13
HSL 158.21º 1% 0.44% -
HSV(B) 158.21º 1% 0.87% -
XYZ 31.27 54.73 34.51 -
YUV 147.09 125.12 23.09 -
System Red Green Blue C M Y K H S L
Decimal 0 223 142 1 0 0.36 0.13 158.21 1 0.44
Hex 0 DF 8E 64 0 24 D 9E 64 2C
Octal 0 337 216 144 0 44 15 236 144 54
Binary 0 11011111 10001110 1100100 0 100100 1101 10011110 1100100 101100

Color Harmonies of #00DF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DF8E

Black with #00DF8E

Text Example


Text Example

White with #00DF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,223,142); }

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

background-color css

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

 a { background-color: rgb(0,223,142); }

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

border-color css

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

 span { border-color: rgb(0,223,142); }

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