Html Css Color HEX #0DB69F Light Sea Green

📋 copy color: '#0DB69F'

red 13 ◦ green 182 ◦ blue 159

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

Shades of Light Sea Green #0DB69F

Tints of Light Sea Green #0DB69F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.41%

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

R = 3.67%
G = 51.41%
B = 44.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#0DB69F (or 0x0DB69F) is known color: Light Sea Green. HEX triplet: 0D, B6 and 9F. RGB value is (13,182,159). Sum of RGB (Red+Green+Blue) = 13+182+159=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 182 (71.48% from 255 or 51.41% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 182 - color contains mainly: green. Hex color #0DB69F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB69F is #F24960. Grayscale: #808080. Windows color (decimal): -15878497 or 10466829. OLE color: 10466829.

HSL color Cylindrical-coordinate representation of color #0DB69F: hue angle of 171.83º 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 #0DB69F is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 13 182 159 -
CMYK 0.93 0 0.13 0.29
HSL 171.83º 0.87% 0.38% -
HSV(B) 171.83º 0.93% 0.71% -
XYZ 23.15 36.04 38.54 -
YUV 128.85 145.01 45.37 -
System Red Green Blue C M Y K H S L
Decimal 13 182 159 0.93 0 0.13 0.29 171.83 0.87 0.38
Hex D B6 9F 5D 0 D 1D AC 57 26
Octal 15 266 237 135 0 15 35 254 127 46
Binary 1101 10110110 10011111 1011101 0 1101 11101 10101100 1010111 100110

Color Harmonies of #0DB69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB69F

Black with #0DB69F

Text Example


Text Example

White with #0DB69F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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