#10ADA9

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

Shades of Light Sea Green #10ADA9

Tints of Light Sea Green #10ADA9

Color information

#10ADA9 (or 0x10ADA9) is unknown color: approx Light Sea Green. HEX triplet: 10, AD and A9. RGB value is (16,173,169). Sum of RGB (Red+Green+Blue) = 16+173+169=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #10ADA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10ADA9 is #EF5256. Grayscale: #7D7D7D. Windows color (decimal): -15684183 or 11119888. OLE color: 11119888.

HSL color Cylindrical-coordinate representation of color #10ADA9: hue angle of 178.47º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10ADA9 is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB16173169-
CMYK0.9100.020.32
HSL178.47º83.07%37.06%-
HSV(B)178.47º90.75%67.84%-
XYZ22.3232.8642.7-
YUV125.6152.4949.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.47%
GREEN value IS 173 (67.97% from 255) = 48.32%
BLUE value IS 169 (66.41% from 255) = 47.21%
R=4.47%
G=48.32%
B=47.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161731690.9100.020.32178.4783.0737.06
Hex10ADA95B0220b25325
Octal20255251133024026212345
Binary1000010101101101010011011011010100000101100101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10ADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10ADA9; }

 p { color: rgb(16,173,169); }

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

<style>
 a { background-color: #10ADA9; }

 a { background-color: rgb(16,173,169); }

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

<style>
 span { border-color: #10ADA9; }

 span { border-color: rgb(16,173,169); }

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