#0DB89E

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

Shades of Light Sea Green #0DB89E

Tints of Light Sea Green #0DB89E

Color information

#0DB89E (or 0x0DB89E) is unknown color: approx Light Sea Green. HEX triplet: 0D, B8 and 9E. RGB value is (13,184,158). Sum of RGB (Red+Green+Blue) = 13+184+158=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #0DB89E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB89E is #F24761. Grayscale: #818181. Windows color (decimal): -15877986 or 10401805. OLE color: 10401805.

HSL color Cylindrical-coordinate representation of color #0DB89E: hue angle of 170.88º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB89E is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB13184158-
CMYK0.9300.140.28
HSL170.88º86.8%38.63%-
HSV(B)170.88º92.93%72.16%-
XYZ23.4836.8438.22-
YUV129.91143.8544.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.66%
GREEN value IS 184 (72.27% from 255) = 51.83%
BLUE value IS 158 (62.11% from 255) = 44.51%
R=3.66%
G=51.83%
B=44.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal131841580.9300.140.28170.8886.838.63
HexDB89E5D0E1Cab5727
Octal152702361350163425312747
Binary1101101110001001111010111010111011100101010111010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,184,158); }

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

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

 a { background-color: rgb(13,184,158); }

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

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

 span { border-color: rgb(13,184,158); }

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