#0DAAA5

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

Shades of Light Sea Green #0DAAA5

Tints of Light Sea Green #0DAAA5

Color information

#0DAAA5 (or 0x0DAAA5) is unknown color: approx Light Sea Green. HEX triplet: 0D, AA and A5. RGB value is (13,170,165). Sum of RGB (Red+Green+Blue) = 13+170+165=348 (46% of max value = 765). Red value is 13 (5.47% from 255 or 3.74% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAAA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAAA5 is #F2555A. Grayscale: #7A7A7A. Windows color (decimal): -15881563 or 10856973. OLE color: 10856973.

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

Color convert

RGB13170165-
CMYK0.9200.030.33
HSL178.09º85.79%35.88%-
HSV(B)178.09º92.35%66.67%-
XYZ21.3331.5540.56-
YUV122.49151.9949.91-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.74%
GREEN value IS 170 (66.80% from 255) = 48.85%
BLUE value IS 165 (64.84% from 255) = 47.41%
R=3.74%
G=48.85%
B=47.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131701650.9200.030.33178.0985.7935.88
HexDAAA55C0321b25624
Octal15252245134034126212644
Binary110110101010101001011011100011100001101100101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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