#0DE0B1

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

Shades of Caribbean Green #0DE0B1

Tints of Caribbean Green #0DE0B1

Color information

#0DE0B1 (or 0x0DE0B1) is unknown color: approx Caribbean Green. HEX triplet: 0D, E0 and B1. RGB value is (13,224,177). Sum of RGB (Red+Green+Blue) = 13+224+177=414 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.14% from 414); Green value is 224 (87.89% from 255 or 54.11% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE0B1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE0B1 is #F21F4E. Grayscale: #9B9B9B. Windows color (decimal): -15867727 or 11657229. OLE color: 11657229.

HSL color Cylindrical-coordinate representation of color #0DE0B1: hue angle of 166.64º 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 #0DE0B1 is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB13224177-
CMYK0.9400.210.12
HSL166.64º89.03%46.47%-
HSV(B)166.64º94.2%87.84%-
XYZ34.7656.5750.68-
YUV155.55140.126.32-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.14%
GREEN value IS 224 (87.89% from 255) = 54.11%
BLUE value IS 177 (69.53% from 255) = 42.75%
R=3.14%
G=54.11%
B=42.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal132241770.9400.210.12166.6489.0346.47
HexDE0B15E015Ca7592e
Octal153402611360251424713156
Binary1101111000001011000110111100101011100101001111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DE0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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