#10C7B0

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

Shades of Light Sea Green #10C7B0

Tints of Light Sea Green #10C7B0

Color information

#10C7B0 (or 0x10C7B0) is unknown color: approx Light Sea Green. HEX triplet: 10, C7 and B0. RGB value is (16,199,176). Sum of RGB (Red+Green+Blue) = 16+199+176=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 199 (78.12% from 255 or 50.90% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 199 - color contains mainly: green. Hex color #10C7B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C7B0 is #EF384F. Grayscale: #8D8D8D. Windows color (decimal): -15677520 or 11585296. OLE color: 11585296.

HSL color Cylindrical-coordinate representation of color #10C7B0: hue angle of 172.46º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C7B0 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB16199176-
CMYK0.9200.120.22
HSL172.46º85.12%42.16%-
HSV(B)172.46º91.96%78.04%-
XYZ28.4744.0948.08-
YUV141.66147.3738.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.09%
GREEN value IS 199 (78.12% from 255) = 50.90%
BLUE value IS 176 (69.14% from 255) = 45.01%
R=4.09%
G=50.90%
B=45.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161991760.9200.120.22172.4685.1242.16
Hex10C7B05C0C16ac552a
Octal203072601340142625412552
Binary10000110001111011000010111000110010110101011001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,199,176); }

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

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

 a { background-color: rgb(16,199,176); }

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

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

 span { border-color: rgb(16,199,176); }

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