#1AAF9B

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

Shades of Light Sea Green #1AAF9B

Tints of Light Sea Green #1AAF9B

Color information

#1AAF9B (or 0x1AAF9B) is unknown color: approx Light Sea Green. HEX triplet: 1A, AF and 9B. RGB value is (26,175,155). Sum of RGB (Red+Green+Blue) = 26+175+155=356 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.30% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAF9B is #E55064. Grayscale: #808080. Windows color (decimal): -15028325 or 10202906. OLE color: 10202906.

HSL color Cylindrical-coordinate representation of color #1AAF9B: hue angle of 171.95º 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 #1AAF9B is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB26175155-
CMYK0.8500.110.31
HSL171.95º74.13%39.41%-
HSV(B)171.95º85.14%68.63%-
XYZ21.6733.2536.29-
YUV128.17143.1455.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.30%
GREEN value IS 175 (68.75% from 255) = 49.16%
BLUE value IS 155 (60.94% from 255) = 43.54%
R=7.30%
G=49.16%
B=43.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal261751550.8500.110.31171.9574.1339.41
Hex1AAF9B550B1Fac4a27
Octal322572331250133725411247
Binary11010101011111001101110101010101111111101011001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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