#0DAEAD

Color #0DAEAD Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #0DAEAD

Tints of Light Sea Green #0DAEAD

Color information

#0DAEAD (or 0x0DAEAD) is unknown color: approx 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

RGB13174173-
CMYK0.9300.010.32
HSL179.63º86.1%36.67%-
HSV(B)179.63º92.53%68.24%-
XYZ22.8433.3744.77-
YUV125.75154.6647.58-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131741730.9300.010.32179.6386.136.67
HexDAEAD5D0120b45625
Octal15256255135014026412645
Binary11011010111010101101101110101100000101101001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>