#10ABAD

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

Shades of Light Sea Green #10ABAD

Tints of Light Sea Green #10ABAD

Color information

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

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

Color convert

RGB16171173-
CMYK0.910.0100.32
HSL180.76º83.07%37.06%-
HSV(B)180.76º90.75%67.84%-
XYZ22.3232.2544.58-
YUV124.88155.1550.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161711730.910.0100.32180.7683.0737.06
Hex10ABAD5B1020b55325
Octal20253255133104026512345
Binary100001010101110101101101101110100000101101011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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