Html Css Color HEX #0DA3A9 Light Sea Green

📋 copy color: '#0DA3A9'

red 13 ◦ green 163 ◦ blue 169

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

Shades of Light Sea Green #0DA3A9

Tints of Light Sea Green #0DA3A9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.25%

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

R = 3.77%
G = 47.25%
B = 48.99%

CMYK

 C value IS 0.92

 M value IS 0.04

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0DA3A9 (or 0x0DA3A9) is known color: Light Sea Green. HEX triplet: 0D, A3 and A9. RGB value is (13,163,169). Sum of RGB (Red+Green+Blue) = 13+163+169=345 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.77% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 169 - color contains mainly: blue. Hex color #0DA3A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA3A9 is #F25C56. Grayscale: #767676. Windows color (decimal): -15883351 or 11117325. OLE color: 11117325.

HSL color Cylindrical-coordinate representation of color #0DA3A9: hue angle of 182.31º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA3A9 is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 13 163 169 -
CMYK 0.92 0.04 0 0.34
HSL 182.31º 0.86% 0.36% -
HSV(B) 182.31º 0.92% 0.66% -
XYZ 20.42 29.14 42.09 -
YUV 118.83 156.31 52.51 -
System Red Green Blue C M Y K H S L
Decimal 13 163 169 0.92 0.04 0 0.34 182.31 0.86 0.36
Hex D A3 A9 5C 4 0 22 B6 56 24
Octal 15 243 251 134 4 0 42 266 126 44
Binary 1101 10100011 10101001 1011100 100 0 100010 10110110 1010110 100100

Color Harmonies of #0DA3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA3A9

Black with #0DA3A9

Text Example


Text Example

White with #0DA3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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