#10B3A6

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

Shades of Light Sea Green #10B3A6

Tints of Light Sea Green #10B3A6

Color information

#10B3A6 (or 0x10B3A6) is unknown color: approx Light Sea Green. HEX triplet: 10, B3 and A6. RGB value is (16,179,166). Sum of RGB (Red+Green+Blue) = 16+179+166=361 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.43% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #10B3A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B3A6 is #EF4C59. Grayscale: #808080. Windows color (decimal): -15682650 or 10924816. OLE color: 10924816.

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

Color convert

RGB16179166-
CMYK0.9100.070.30
HSL175.21º83.59%38.24%-
HSV(B)175.21º91.06%70.2%-
XYZ23.2235.141.63-
YUV128.7814947.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.43%
GREEN value IS 179 (70.31% from 255) = 49.58%
BLUE value IS 166 (65.23% from 255) = 45.98%
R=4.43%
G=49.58%
B=45.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161791660.9100.070.30175.2183.5938.24
Hex10B3A65B071Eaf5426
Octal20263246133073625712446
Binary1000010110011101001101011011011111110101011111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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