#1AAFA0

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

Shades of Light Sea Green #1AAFA0

Tints of Light Sea Green #1AAFA0

Color information

#1AAFA0 (or 0x1AAFA0) is unknown color: approx Light Sea Green. HEX triplet: 1A, AF and A0. RGB value is (26,175,160). Sum of RGB (Red+Green+Blue) = 26+175+160=361 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.20% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAFA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAFA0 is #E5505F. Grayscale: #808080. Windows color (decimal): -15028320 or 10530586. OLE color: 10530586.

HSL color Cylindrical-coordinate representation of color #1AAFA0: hue angle of 173.96º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAFA0 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB26175160-
CMYK0.8500.090.31
HSL173.96º74.13%39.41%-
HSV(B)173.96º85.14%68.63%-
XYZ22.133.4238.54-
YUV128.74145.6454.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.20%
GREEN value IS 175 (68.75% from 255) = 48.48%
BLUE value IS 160 (62.89% from 255) = 44.32%
R=7.20%
G=48.48%
B=44.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal261751600.8500.090.31173.9674.1339.41
Hex1AAFA055091Fae4a27
Octal322572401250113725611247
Binary11010101011111010000010101010100111111101011101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AAFA0; }

 p { color: rgb(26,175,160); }

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

<style>
 a { background-color: #1AAFA0; }

 a { background-color: rgb(26,175,160); }

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

<style>
 span { border-color: #1AAFA0; }

 span { border-color: rgb(26,175,160); }

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