#10ADAB

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

Shades of Light Sea Green #10ADAB

Tints of Light Sea Green #10ADAB

Color information

#10ADAB (or 0x10ADAB) is unknown color: approx Light Sea Green. HEX triplet: 10, AD and AB. RGB value is (16,173,171). Sum of RGB (Red+Green+Blue) = 16+173+171=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #10ADAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10ADAB is #EF5254. Grayscale: #7D7D7D. Windows color (decimal): -15684181 or 11250960. OLE color: 11250960.

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

Color convert

RGB16173171-
CMYK0.9100.010.32
HSL179.24º83.07%37.06%-
HSV(B)179.24º90.75%67.84%-
XYZ22.5132.9443.7-
YUV125.83153.4949.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.44%
GREEN value IS 173 (67.97% from 255) = 48.06%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=4.44%
G=48.06%
B=47.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161731710.9100.010.32179.2483.0737.06
Hex10ADAB5B0120b35325
Octal20255253133014026312345
Binary100001010110110101011101101101100000101100111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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