#10ADA7

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

Shades of Light Sea Green #10ADA7

Tints of Light Sea Green #10ADA7

Color information

#10ADA7 (or 0x10ADA7) is unknown color: approx Light Sea Green. HEX triplet: 10, AD and A7. RGB value is (16,173,167). Sum of RGB (Red+Green+Blue) = 16+173+167=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #10ADA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10ADA7 is #EF5258. Grayscale: #7D7D7D. Windows color (decimal): -15684185 or 10988816. OLE color: 10988816.

HSL color Cylindrical-coordinate representation of color #10ADA7: hue angle of 177.71º 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 #10ADA7 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB16173167-
CMYK0.9100.030.32
HSL177.71º83.07%37.06%-
HSV(B)177.71º90.75%67.84%-
XYZ22.1332.7941.72-
YUV125.37151.4949.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.49%
GREEN value IS 173 (67.97% from 255) = 48.60%
BLUE value IS 167 (65.62% from 255) = 46.91%
R=4.49%
G=48.60%
B=46.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161731670.9100.030.32177.7183.0737.06
Hex10ADA75B0320b25325
Octal20255247133034026212345
Binary1000010101101101001111011011011100000101100101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10ADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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