Html Css Color HEX #0DB0A9 Light Sea Green

📋 copy color: '#0DB0A9'

red 13 ◦ green 176 ◦ blue 169

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

Shades of Light Sea Green #0DB0A9

Tints of Light Sea Green #0DB0A9

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.16%

 BLUE value IS 169 (66.41% from 255) = 47.21%

R = 3.63%
G = 49.16%
B = 47.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#0DB0A9 (or 0x0DB0A9) is known color: Light Sea Green. HEX triplet: 0D, B0 and A9. RGB value is (13,176,169). Sum of RGB (Red+Green+Blue) = 13+176+169=358 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.63% from 358); Green value is 176 (69.14% from 255 or 49.16% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 176 - color contains mainly: green. Hex color #0DB0A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DB0A9 is #F24F56. Grayscale: #7E7E7E. Windows color (decimal): -15880023 or 11120653. OLE color: 11120653.

HSL color Cylindrical-coordinate representation of color #0DB0A9: hue angle of 177.42º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB0A9 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 176 169 -
CMYK 0.93 0 0.04 0.31
HSL 177.42º 0.86% 0.37% -
HSV(B) 177.42º 0.93% 0.69% -
XYZ 22.85 34 42.89 -
YUV 126.47 152 47.07 -
System Red Green Blue C M Y K H S L
Decimal 13 176 169 0.93 0 0.04 0.31 177.42 0.86 0.37
Hex D B0 A9 5D 0 4 1F B1 56 25
Octal 15 260 251 135 0 4 37 261 126 45
Binary 1101 10110000 10101001 1011101 0 100 11111 10110001 1010110 100101

Color Harmonies of #0DB0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB0A9

Black with #0DB0A9

Text Example


Text Example

White with #0DB0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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