#13AFA4

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

Shades of Light Sea Green #13AFA4

Tints of Light Sea Green #13AFA4

Color information

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

HSL color Cylindrical-coordinate representation of color #13AFA4: hue angle of 175.77º 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 #13AFA4 is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB19175164-
CMYK0.8900.060.31
HSL175.77º80.41%38.04%-
HSV(B)175.77º89.14%68.63%-
XYZ22.333.4840.41-
YUV127.1148.8250.89-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal191751640.8900.060.31175.7780.4138.04
Hex13AFA459061Fb05026
Octal23257244131063726012046
Binary1001110101111101001001011001011011111101100001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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