#10B3A0

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

Shades of Light Sea Green #10B3A0

Tints of Light Sea Green #10B3A0

Color information

#10B3A0 (or 0x10B3A0) is unknown color: approx Light Sea Green. HEX triplet: 10, B3 and A0. RGB value is (16,179,160). Sum of RGB (Red+Green+Blue) = 16+179+160=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #10B3A0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B3A0 is #EF4C5F. Grayscale: #808080. Windows color (decimal): -15682656 or 10531600. OLE color: 10531600.

HSL color Cylindrical-coordinate representation of color #10B3A0: hue angle of 173.01º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B3A0 is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB16179160-
CMYK0.9100.110.30
HSL173.01º83.59%38.24%-
HSV(B)173.01º91.06%70.2%-
XYZ22.6834.8938.8-
YUV128.114648.04-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.51%
GREEN value IS 179 (70.31% from 255) = 50.42%
BLUE value IS 160 (62.89% from 255) = 45.07%
R=4.51%
G=50.42%
B=45.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161791600.9100.110.30173.0183.5938.24
Hex10B3A05B0B1Ead5426
Octal202632401330133625512446
Binary10000101100111010000010110110101111110101011011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B3A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,179,160); }

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

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

 a { background-color: rgb(16,179,160); }

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

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

 span { border-color: rgb(16,179,160); }

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