Html Css Color HEX #0DAEA8 Light Sea Green

📋 copy color: '#0DAEA8'

red 13 ◦ green 174 ◦ blue 168

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

Shades of Light Sea Green #0DAEA8

Tints of Light Sea Green #0DAEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.32%

R = 3.66%
G = 49.01%
B = 47.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#0DAEA8 (or 0x0DAEA8) is known color: Light Sea Green. HEX triplet: 0D, AE and A8. RGB value is (13,174,168). Sum of RGB (Red+Green+Blue) = 13+174+168=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAEA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAEA8 is #F25157. Grayscale: #7D7D7D. Windows color (decimal): -15880536 or 11054605. OLE color: 11054605.

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

Color convert

RGB 13 174 168 -
CMYK 0.93 0 0.03 0.32
HSL 177.76º 0.86% 0.37% -
HSV(B) 177.76º 0.93% 0.68% -
XYZ 22.37 33.18 42.27 -
YUV 125.18 152.16 47.99 -
System Red Green Blue C M Y K H S L
Decimal 13 174 168 0.93 0 0.03 0.32 177.76 0.86 0.37
Hex D AE A8 5D 0 3 20 B2 56 25
Octal 15 256 250 135 0 3 40 262 126 45
Binary 1101 10101110 10101000 1011101 0 11 100000 10110010 1010110 100101

Color Harmonies of #0DAEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAEA8

Black with #0DAEA8

Text Example


Text Example

White with #0DAEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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