Html Css Color HEX #0DABA9 Light Sea Green

📋 copy color: '#0DABA9'

red 13 ◦ green 171 ◦ blue 169

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

Shades of Light Sea Green #0DABA9

Tints of Light Sea Green #0DABA9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.44%

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

R = 3.68%
G = 48.44%
B = 47.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#0DABA9 (or 0x0DABA9) is known color: Light Sea Green. HEX triplet: 0D, AB and A9. RGB value is (13,171,169). Sum of RGB (Red+Green+Blue) = 13+171+169=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 169 (66.41% from 255 or 47.88% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #0DABA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DABA9 is #F25456. Grayscale: #7B7B7B. Windows color (decimal): -15881303 or 11119373. OLE color: 11119373.

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

Color convert

RGB 13 171 169 -
CMYK 0.92 0 0.01 0.33
HSL 179.24º 0.86% 0.36% -
HSV(B) 179.24º 0.92% 0.67% -
XYZ 21.89 32.08 42.57 -
YUV 123.53 153.65 49.16 -
System Red Green Blue C M Y K H S L
Decimal 13 171 169 0.92 0 0.01 0.33 179.24 0.86 0.36
Hex D AB A9 5C 0 1 21 B3 56 24
Octal 15 253 251 134 0 1 41 263 126 44
Binary 1101 10101011 10101001 1011100 0 1 100001 10110011 1010110 100100

Color Harmonies of #0DABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DABA9

Black with #0DABA9

Text Example


Text Example

White with #0DABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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