Html Css Color HEX #0DA8AD Light Sea Green

📋 copy color: '#0DA8AD'

red 13 ◦ green 168 ◦ blue 173

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

Shades of Light Sea Green #0DA8AD

Tints of Light Sea Green #0DA8AD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.46%

 BLUE value IS 173 (67.97% from 255) = 48.87%

R = 3.67%
G = 47.46%
B = 48.87%

CMYK

 C value IS 0.92

 M value IS 0.03

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0DA8AD (or 0x0DA8AD) is known color: Light Sea Green. HEX triplet: 0D, A8 and AD. RGB value is (13,168,173). Sum of RGB (Red+Green+Blue) = 13+168+173=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #0DA8AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA8AD is #F25752. Grayscale: #7A7A7A. Windows color (decimal): -15882067 or 11380749. OLE color: 11380749.

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

Color convert

RGB 13 168 173 -
CMYK 0.92 0.03 0 0.32
HSL 181.88º 0.86% 0.36% -
HSV(B) 181.88º 0.92% 0.68% -
XYZ 21.71 31.11 44.4 -
YUV 122.23 156.65 50.09 -
System Red Green Blue C M Y K H S L
Decimal 13 168 173 0.92 0.03 0 0.32 181.88 0.86 0.36
Hex D A8 AD 5C 3 0 20 B6 56 24
Octal 15 250 255 134 3 0 40 266 126 44
Binary 1101 10101000 10101101 1011100 11 0 100000 10110110 1010110 100100

Color Harmonies of #0DA8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DA8AD

Black with #0DA8AD

Text Example


Text Example

White with #0DA8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,168,173); }

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

background-color css

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

 a { background-color: rgb(13,168,173); }

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

border-color css

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

 span { border-color: rgb(13,168,173); }

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