#13a7a6

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

Shades of Light Sea Green #13A7A6

Tints of Light Sea Green #13A7A6

Color information

#13A7A6 (or 0x13A7A6) is unknown color: approx Light Sea Green. HEX triplet: 13, A7 and A6. RGB value is (19,167,166). Sum of RGB (Red+Green+Blue) = 19+167+166=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 167 (65.62% from 255 or 47.44% from 352); Blue value is 166 (65.23% from 255 or 47.16% from 352); Max value from RGB is 167 - color contains mainly: green. Hex color #13A7A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A7A6 is #EC5859. Grayscale: #7A7A7A. Windows color (decimal): -15489114 or 10921747. OLE color: 10921747.

HSL color Cylindrical-coordinate representation of color #13A7A6: hue angle of 179.59º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A7A6 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB19167166-
CMYK0.8900.010.35
HSL179.59º79.57%36.47%-
HSV(B)179.59º88.62%65.49%-
XYZ20.9730.5340.86-
YUV122.63152.4754.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.40%
GREEN value IS 167 (65.62% from 255) = 47.44%
BLUE value IS 166 (65.23% from 255) = 47.16%
R=5.40%
G=47.44%
B=47.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal191671660.8900.010.35179.5979.5736.47
Hex13A7A6590123b45024
Octal23247246131014326412044
Binary100111010011110100110101100101100011101101001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13a7a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13a7a6; }

 p { color: rgb(19,167,166); }

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

<style>
 a { background-color: #13a7a6; }

 a { background-color: rgb(19,167,166); }

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

<style>
 span { border-color: #13a7a6; }

 span { border-color: rgb(19,167,166); }

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