#0DE0AF

Color #0DE0AF Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0DE0AF

Tints of Caribbean Green #0DE0AF

Color information

#0DE0AF (or 0x0DE0AF) is unknown color: approx Caribbean Green. HEX triplet: 0D, E0 and AF. RGB value is (13,224,175). Sum of RGB (Red+Green+Blue) = 13+224+175=412 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE0AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE0AF is #F21F50. Grayscale: #9B9B9B. Windows color (decimal): -15867729 or 11526157. OLE color: 11526157.

HSL color Cylindrical-coordinate representation of color #0DE0AF: hue angle of 166.07º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE0AF is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB13224175-
CMYK0.9400.220.12
HSL166.07º89.03%46.47%-
HSV(B)166.07º94.2%87.84%-
XYZ34.5656.4949.64-
YUV155.32139.126.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.16%
GREEN value IS 224 (87.89% from 255) = 54.37%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=3.16%
G=54.37%
B=42.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal132241750.9400.220.12166.0789.0346.47
HexDE0AF5E016Ca6592e
Octal153402571360261424613156
Binary1101111000001010111110111100101101100101001101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DE0AF; }

 p { color: rgb(13,224,175); }

 H1.HeaderClassName
 {
   color: #0DE0AF;
 }
 .AnyTagClassName
 {
   color: #0DE0AF;
 }
</style>
background-color css

<style>
 a { background-color: #0DE0AF; }

 a { background-color: rgb(13,224,175); }

 div.DivClassName
 {
   background-color: #0DE0AF;
 }
 .BgClassName
 {
   background-color: #0DE0AF;
 }
</style>
border-color css

<style>
 span { border-color: #0DE0AF; }

 span { border-color: rgb(13,224,175); }

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