#0DAAA4

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

Shades of Light Sea Green #0DAAA4

Tints of Light Sea Green #0DAAA4

Color information

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

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

Color convert

RGB13170164-
CMYK0.9200.040.33
HSL177.71º85.79%35.88%-
HSV(B)177.71º92.35%66.67%-
XYZ21.2431.5240.09-
YUV122.37151.4949.99-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131701640.9200.040.33177.7185.7935.88
HexDAAA45C0421b25624
Octal15252244134044126212644
Binary1101101010101010010010111000100100001101100101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DAAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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