Html Css Color HEX #0DB59F Light Sea Green

📋 copy color: '#0DB59F'

red 13 ◦ green 181 ◦ blue 159

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

Shades of Light Sea Green #0DB59F

Tints of Light Sea Green #0DB59F

RGB

 RED value IS 13 (5.47% from 255) = 3.68%

 GREEN value IS 181 (71.09% from 255) = 51.27%

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 3.68%
G = 51.27%
B = 45.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#0DB59F (or 0x0DB59F) is known color: Light Sea Green. HEX triplet: 0D, B5 and 9F. RGB value is (13,181,159). Sum of RGB (Red+Green+Blue) = 13+181+159=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB59F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB59F is #F24A60. Grayscale: #808080. Windows color (decimal): -15878753 or 10466573. OLE color: 10466573.

HSL color Cylindrical-coordinate representation of color #0DB59F: hue angle of 172.14º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB59F is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 181 159 -
CMYK 0.93 0 0.12 0.29
HSL 172.14º 0.87% 0.38% -
HSV(B) 172.14º 0.93% 0.71% -
XYZ 22.95 35.64 38.47 -
YUV 128.26 145.34 45.79 -
System Red Green Blue C M Y K H S L
Decimal 13 181 159 0.93 0 0.12 0.29 172.14 0.87 0.38
Hex D B5 9F 5D 0 C 1D AC 57 26
Octal 15 265 237 135 0 14 35 254 127 46
Binary 1101 10110101 10011111 1011101 0 1100 11101 10101100 1010111 100110

Color Harmonies of #0DB59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB59F

Black with #0DB59F

Text Example


Text Example

White with #0DB59F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,181,159); }

 H1.HeaderClassName
 {
   color: #0DB59F;
 }
 .AnyTagClassName
 {
   color: #0DB59F;
 }
</style>

background-color css

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

 a { background-color: rgb(13,181,159); }

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

border-color css

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

 span { border-color: rgb(13,181,159); }

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