Html Css Color HEX #0DB9B0 Light Sea Green

📋 copy color: '#0DB9B0'

red 13 ◦ green 185 ◦ blue 176

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

Shades of Light Sea Green #0DB9B0

Tints of Light Sea Green #0DB9B0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.47%

 BLUE value IS 176 (69.14% from 255) = 47.06%

R = 3.48%
G = 49.47%
B = 47.06%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#0DB9B0 (or 0x0DB9B0) is known color: Light Sea Green. HEX triplet: 0D, B9 and B0. RGB value is (13,185,176). Sum of RGB (Red+Green+Blue) = 13+185+176=374 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.48% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #0DB9B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB9B0 is #F2464F. Grayscale: #848484. Windows color (decimal): -15877712 or 11581709. OLE color: 11581709.

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

Color convert

RGB 13 185 176 -
CMYK 0.93 0 0.05 0.27
HSL 176.86º 0.87% 0.39% -
HSV(B) 176.86º 0.93% 0.73% -
XYZ 25.35 37.92 47.06 -
YUV 132.55 152.52 42.73 -
System Red Green Blue C M Y K H S L
Decimal 13 185 176 0.93 0 0.05 0.27 176.86 0.87 0.39
Hex D B9 B0 5D 0 5 1B B1 57 27
Octal 15 271 260 135 0 5 33 261 127 47
Binary 1101 10111001 10110000 1011101 0 101 11011 10110001 1010111 100111

Color Harmonies of #0DB9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB9B0

Black with #0DB9B0

Text Example


Text Example

White with #0DB9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,185,176); }

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

background-color css

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

 a { background-color: rgb(13,185,176); }

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

border-color css

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

 span { border-color: rgb(13,185,176); }

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