#10C0A6

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

Shades of Light Sea Green #10C0A6

Tints of Light Sea Green #10C0A6

Color information

#10C0A6 (or 0x10C0A6) is unknown color: approx Light Sea Green. HEX triplet: 10, C0 and A6. RGB value is (16,192,166). Sum of RGB (Red+Green+Blue) = 16+192+166=374 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.28% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #10C0A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C0A6 is #EF3F59. Grayscale: #888888. Windows color (decimal): -15679322 or 10928144. OLE color: 10928144.

HSL color Cylindrical-coordinate representation of color #10C0A6: hue angle of 171.14º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C0A6 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB16192166-
CMYK0.9200.140.25
HSL171.14º84.62%40.78%-
HSV(B)171.14º91.67%75.29%-
XYZ25.9540.5642.54-
YUV136.41144.6942.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.28%
GREEN value IS 192 (75.39% from 255) = 51.34%
BLUE value IS 166 (65.23% from 255) = 44.39%
R=4.28%
G=51.34%
B=44.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161921660.9200.140.25171.1484.6240.78
Hex10C0A65C0E19ab5529
Octal203002461340163125312551
Binary10000110000001010011010111000111011001101010111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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