Html Css Color HEX #0DAEA7 Light Sea Green

📋 copy color: '#0DAEA7'

red 13 ◦ green 174 ◦ blue 167

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

Shades of Light Sea Green #0DAEA7

Tints of Light Sea Green #0DAEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 47.18%

R = 3.67%
G = 49.15%
B = 47.18%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#0DAEA7 (or 0x0DAEA7) is known color: Light Sea Green. HEX triplet: 0D, AE and A7. RGB value is (13,174,167). Sum of RGB (Red+Green+Blue) = 13+174+167=354 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.67% from 354); Green value is 174 (68.36% from 255 or 49.15% from 354); Blue value is 167 (65.62% from 255 or 47.18% from 354); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAEA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAEA7 is #F25158. Grayscale: #7C7C7C. Windows color (decimal): -15880537 or 10989069. OLE color: 10989069.

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

Color convert

RGB 13 174 167 -
CMYK 0.93 0 0.04 0.32
HSL 177.39º 0.86% 0.37% -
HSV(B) 177.39º 0.93% 0.68% -
XYZ 22.28 33.15 41.78 -
YUV 125.06 151.66 48.07 -
System Red Green Blue C M Y K H S L
Decimal 13 174 167 0.93 0 0.04 0.32 177.39 0.86 0.37
Hex D AE A7 5D 0 4 20 B1 56 25
Octal 15 256 247 135 0 4 40 261 126 45
Binary 1101 10101110 10100111 1011101 0 100 100000 10110001 1010110 100101

Color Harmonies of #0DAEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAEA7

Black with #0DAEA7

Text Example


Text Example

White with #0DAEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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