#13A4AF

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

Shades of Light Sea Green #13A4AF

Tints of Light Sea Green #13A4AF

Color information

#13A4AF (or 0x13A4AF) is unknown color: approx Light Sea Green. HEX triplet: 13, A4 and AF. RGB value is (19,164,175). Sum of RGB (Red+Green+Blue) = 19+164+175=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #13A4AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A4AF is #EC5B50. Grayscale: #797979. Windows color (decimal): -15489873 or 11510803. OLE color: 11510803.

HSL color Cylindrical-coordinate representation of color #13A4AF: hue angle of 184.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A4AF is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB19164175-
CMYK0.890.0600.31
HSL184.23º80.41%38.04%-
HSV(B)184.23º89.14%68.63%-
XYZ21.2829.7845.18-
YUV121.9157.9654.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.31%
GREEN value IS 164 (64.45% from 255) = 45.81%
BLUE value IS 175 (68.75% from 255) = 48.88%
R=5.31%
G=45.81%
B=48.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal191641750.890.0600.31184.2380.4138.04
Hex13A4AF59601Fb85026
Octal23244257131603727012046
Binary1001110100100101011111011001110011111101110001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,164,175); }

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

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

 a { background-color: rgb(19,164,175); }

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

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

 span { border-color: rgb(19,164,175); }

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