#10A7AE

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

Shades of Light Sea Green #10A7AE

Tints of Light Sea Green #10A7AE

Color information

#10A7AE (or 0x10A7AE) is unknown color: approx Light Sea Green. HEX triplet: 10, A7 and AE. RGB value is (16,167,174). Sum of RGB (Red+Green+Blue) = 16+167+174=357 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.48% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #10A7AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A7AE is #EF5851. Grayscale: #7A7A7A. Windows color (decimal): -15685714 or 11446032. OLE color: 11446032.

HSL color Cylindrical-coordinate representation of color #10A7AE: hue angle of 182.66º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10A7AE is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16167174-
CMYK0.910.0400.32
HSL182.66º83.16%37.25%-
HSV(B)182.66º90.8%68.24%-
XYZ21.6730.844.85-
YUV122.65156.9751.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.48%
GREEN value IS 167 (65.62% from 255) = 46.78%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=4.48%
G=46.78%
B=48.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161671740.910.0400.32182.6683.1637.25
Hex10A7AE5B4020b75325
Octal20247256133404026712345
Binary10000101001111010111010110111000100000101101111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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