#0DA4AA

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

Shades of Light Sea Green #0DA4AA

Tints of Light Sea Green #0DA4AA

Color information

#0DA4AA (or 0x0DA4AA) is unknown color: approx Light Sea Green. HEX triplet: 0D, A4 and AA. RGB value is (13,164,170). Sum of RGB (Red+Green+Blue) = 13+164+170=347 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.75% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #0DA4AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DA4AA is #F25B55. Grayscale: #777777. Windows color (decimal): -15883094 or 11183117. OLE color: 11183117.

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

Color convert

RGB13164170-
CMYK0.920.0400.33
HSL182.29º85.79%35.88%-
HSV(B)182.29º92.35%66.67%-
XYZ20.729.5442.64-
YUV119.54156.4752.01-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.75%
GREEN value IS 164 (64.45% from 255) = 47.26%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=3.75%
G=47.26%
B=48.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131641700.920.0400.33182.2985.7935.88
HexDA4AA5C4021b65624
Octal15244252134404126612644
Binary1101101001001010101010111001000100001101101101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,164,170); }

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

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

 a { background-color: rgb(13,164,170); }

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

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

 span { border-color: rgb(13,164,170); }

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