#10B6A5

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

Shades of Light Sea Green #10B6A5

Tints of Light Sea Green #10B6A5

Color information

#10B6A5 (or 0x10B6A5) is unknown color: approx Light Sea Green. HEX triplet: 10, B6 and A5. RGB value is (16,182,165). Sum of RGB (Red+Green+Blue) = 16+182+165=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #10B6A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10B6A5 is #EF495A. Grayscale: #828282. Windows color (decimal): -15681883 or 10860048. OLE color: 10860048.

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

Color convert

RGB16182165-
CMYK0.9100.090.29
HSL173.86º83.84%38.82%-
HSV(B)173.86º91.21%71.37%-
XYZ23.7336.2841.35-
YUV130.43147.546.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.41%
GREEN value IS 182 (71.48% from 255) = 50.14%
BLUE value IS 165 (64.84% from 255) = 45.45%
R=4.41%
G=50.14%
B=45.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161821650.9100.090.29173.8683.8438.82
Hex10B6A55B091Dae5427
Octal202662451330113525612447
Binary10000101101101010010110110110100111101101011101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B6A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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