#13AFA3

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

Shades of Light Sea Green #13AFA3

Tints of Light Sea Green #13AFA3

Color information

#13AFA3 (or 0x13AFA3) is unknown color: approx Light Sea Green. HEX triplet: 13, AF and A3. RGB value is (19,175,163). Sum of RGB (Red+Green+Blue) = 19+175+163=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #13AFA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AFA3 is #EC505C. Grayscale: #7E7E7E. Windows color (decimal): -15487069 or 10727187. OLE color: 10727187.

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

Color convert

RGB19175163-
CMYK0.8900.070.31
HSL175.38º80.41%38.04%-
HSV(B)175.38º89.14%68.63%-
XYZ22.2133.4439.93-
YUV126.99148.3250.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.32%
GREEN value IS 175 (68.75% from 255) = 49.02%
BLUE value IS 163 (64.06% from 255) = 45.66%
R=5.32%
G=49.02%
B=45.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal191751630.8900.070.31175.3880.4138.04
Hex13AFA359071Faf5026
Octal23257243131073725712046
Binary1001110101111101000111011001011111111101011111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13AFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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