Html Css Color HEX #0DAEAD Light Sea Green

📋 copy color: '#0DAEAD'

red 13 ◦ green 174 ◦ blue 173

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

Shades of Light Sea Green #0DAEAD

Tints of Light Sea Green #0DAEAD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.33%

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

R = 3.61%
G = 48.33%
B = 48.06%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#0DAEAD (or 0x0DAEAD) is known color: Light Sea Green. HEX triplet: 0D, AE and AD. RGB value is (13,174,173). Sum of RGB (Red+Green+Blue) = 13+174+173=360 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.61% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAEAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAEAD is #F25152. Grayscale: #7D7D7D. Windows color (decimal): -15880531 or 11382285. OLE color: 11382285.

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

Color convert

RGB 13 174 173 -
CMYK 0.93 0 0.01 0.32
HSL 179.63º 0.86% 0.37% -
HSV(B) 179.63º 0.93% 0.68% -
XYZ 22.84 33.37 44.77 -
YUV 125.75 154.66 47.58 -
System Red Green Blue C M Y K H S L
Decimal 13 174 173 0.93 0 0.01 0.32 179.63 0.86 0.37
Hex D AE AD 5D 0 1 20 B4 56 25
Octal 15 256 255 135 0 1 40 264 126 45
Binary 1101 10101110 10101101 1011101 0 1 100000 10110100 1010110 100101

Color Harmonies of #0DAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAEAD

Black with #0DAEAD

Text Example


Text Example

White with #0DAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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