Html Css Color HEX #0DAEA2 Light Sea Green

📋 copy color: '#0DAEA2'

red 13 ◦ green 174 ◦ blue 162

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

Shades of Light Sea Green #0DAEA2

Tints of Light Sea Green #0DAEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 46.42%

R = 3.72%
G = 49.86%
B = 46.42%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#0DAEA2 (or 0x0DAEA2) is known color: Light Sea Green. HEX triplet: 0D, AE and A2. RGB value is (13,174,162). Sum of RGB (Red+Green+Blue) = 13+174+162=349 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.72% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 162 (63.67% from 255 or 46.42% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAEA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAEA2 is #F2515D. Grayscale: #7C7C7C. Windows color (decimal): -15880542 or 10661389. OLE color: 10661389.

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

Color convert

RGB 13 174 162 -
CMYK 0.93 0 0.07 0.32
HSL 175.53º 0.86% 0.37% -
HSV(B) 175.53º 0.93% 0.68% -
XYZ 21.82 32.97 39.4 -
YUV 124.49 149.16 48.48 -
System Red Green Blue C M Y K H S L
Decimal 13 174 162 0.93 0 0.07 0.32 175.53 0.86 0.37
Hex D AE A2 5D 0 7 20 B0 56 25
Octal 15 256 242 135 0 7 40 260 126 45
Binary 1101 10101110 10100010 1011101 0 111 100000 10110000 1010110 100101

Color Harmonies of #0DAEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAEA2

Black with #0DAEA2

Text Example


Text Example

White with #0DAEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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