#0DA8AC

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

Shades of Light Sea Green #0DA8AC

Tints of Light Sea Green #0DA8AC

Color information

#0DA8AC (or 0x0DA8AC) is unknown color: approx Light Sea Green. HEX triplet: 0D, A8 and AC. RGB value is (13,168,172). Sum of RGB (Red+Green+Blue) = 13+168+172=353 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.68% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #0DA8AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA8AC is #F25753. Grayscale: #797979. Windows color (decimal): -15882068 or 11315213. OLE color: 11315213.

HSL color Cylindrical-coordinate representation of color #0DA8AC: hue angle of 181.51º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA8AC is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13168172-
CMYK0.920.0200.33
HSL181.51º85.95%36.27%-
HSV(B)181.51º92.44%67.45%-
XYZ21.6231.0743.89-
YUV122.11156.1550.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.68%
GREEN value IS 168 (66.02% from 255) = 47.59%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=3.68%
G=47.59%
B=48.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131681720.920.0200.33181.5185.9536.27
HexDA8AC5C2021b65624
Octal15250254134204126612644
Binary110110101000101011001011100100100001101101101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DA8AC;
 }
 .AnyTagClassName
 {
   color: #0DA8AC;
 }
</style>
background-color css

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

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

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

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

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

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