#10B6AE

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

Shades of Light Sea Green #10B6AE

Tints of Light Sea Green #10B6AE

Color information

#10B6AE (or 0x10B6AE) is unknown color: approx Light Sea Green. HEX triplet: 10, B6 and AE. RGB value is (16,182,174). Sum of RGB (Red+Green+Blue) = 16+182+174=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #10B6AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B6AE is #EF4951. Grayscale: #838383. Windows color (decimal): -15681874 or 11449872. OLE color: 11449872.

HSL color Cylindrical-coordinate representation of color #10B6AE: hue angle of 177.11º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B6AE is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB16182174-
CMYK0.9100.040.29
HSL177.11º83.84%38.82%-
HSV(B)177.11º91.21%71.37%-
XYZ24.5836.6245.82-
YUV131.4515245.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.30%
GREEN value IS 182 (71.48% from 255) = 48.92%
BLUE value IS 174 (68.36% from 255) = 46.77%
R=4.30%
G=48.92%
B=46.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161821740.9100.040.29177.1183.8438.82
Hex10B6AE5B041Db15427
Octal20266256133043526112447
Binary1000010110110101011101011011010011101101100011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,182,174); }

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

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

 a { background-color: rgb(16,182,174); }

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

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

 span { border-color: rgb(16,182,174); }

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