#1AAAAD

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

Shades of Light Sea Green #1AAAAD

Tints of Light Sea Green #1AAAAD

Color information

#1AAAAD (or 0x1AAAAD) is unknown color: approx Light Sea Green. HEX triplet: 1A, AA and AD. RGB value is (26,170,173). Sum of RGB (Red+Green+Blue) = 26+170+173=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #1AAAAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAAAD is #E55552. Grayscale: #7F7F7F. Windows color (decimal): -15029587 or 11381274. OLE color: 11381274.

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

Color convert

RGB26170173-
CMYK0.850.0200.32
HSL181.22º73.87%39.02%-
HSV(B)181.22º84.97%67.84%-
XYZ22.3431.9944.53-
YUV127.29153.7955.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.05%
GREEN value IS 170 (66.80% from 255) = 46.07%
BLUE value IS 173 (67.97% from 255) = 46.88%
R=7.05%
G=46.07%
B=46.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal261701730.850.0200.32181.2273.8739.02
Hex1AAAAD552020b54a27
Octal32252255125204026511247
Binary1101010101010101011011010101100100000101101011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,170,173); }

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

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

 a { background-color: rgb(26,170,173); }

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

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

 span { border-color: rgb(26,170,173); }

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