Html Css Color HEX #0DAEAA Light Sea Green

📋 copy color: '#0DAEAA'

red 13 ◦ green 174 ◦ blue 170

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

Shades of Light Sea Green #0DAEAA

Tints of Light Sea Green #0DAEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.62%

R = 3.64%
G = 48.74%
B = 47.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#0DAEAA (or 0x0DAEAA) is known color: Light Sea Green. HEX triplet: 0D, AE and AA. RGB value is (13,174,170). Sum of RGB (Red+Green+Blue) = 13+174+170=357 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.64% from 357); Green value is 174 (68.36% from 255 or 48.74% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAEAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAEAA is #F25155. Grayscale: #7D7D7D. Windows color (decimal): -15880534 or 11185677. OLE color: 11185677.

HSL color Cylindrical-coordinate representation of color #0DAEAA: hue angle of 178.51º 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 #0DAEAA is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 174 170 -
CMYK 0.93 0 0.02 0.32
HSL 178.51º 0.86% 0.37% -
HSV(B) 178.51º 0.93% 0.68% -
XYZ 22.56 33.26 43.26 -
YUV 125.41 153.16 47.83 -
System Red Green Blue C M Y K H S L
Decimal 13 174 170 0.93 0 0.02 0.32 178.51 0.86 0.37
Hex D AE AA 5D 0 2 20 B3 56 25
Octal 15 256 252 135 0 2 40 263 126 45
Binary 1101 10101110 10101010 1011101 0 10 100000 10110011 1010110 100101

Color Harmonies of #0DAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAEAA

Black with #0DAEAA

Text Example


Text Example

White with #0DAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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