#10ADAA

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

Shades of Light Sea Green #10ADAA

Tints of Light Sea Green #10ADAA

Color information

#10ADAA (or 0x10ADAA) is unknown color: approx Light Sea Green. HEX triplet: 10, AD and AA. RGB value is (16,173,170). Sum of RGB (Red+Green+Blue) = 16+173+170=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #10ADAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10ADAA is #EF5255. Grayscale: #7D7D7D. Windows color (decimal): -15684182 or 11185424. OLE color: 11185424.

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

Color convert

RGB16173170-
CMYK0.9100.020.32
HSL178.85º83.07%37.06%-
HSV(B)178.85º90.75%67.84%-
XYZ22.4132.943.2-
YUV125.71152.9949.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.46%
GREEN value IS 173 (67.97% from 255) = 48.19%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=4.46%
G=48.19%
B=47.35%

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
Decimal161731700.9100.020.32178.8583.0737.06
Hex10ADAA5B0220b35325
Octal20255252133024026312345
Binary1000010101101101010101011011010100000101100111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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