#1AAFBE

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

Shades of Light Sea Green #1AAFBE

Tints of Light Sea Green #1AAFBE

Color information

#1AAFBE (or 0x1AAFBE) is unknown color: approx Light Sea Green. HEX triplet: 1A, AF and BE. RGB value is (26,175,190). Sum of RGB (Red+Green+Blue) = 26+175+190=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #1AAFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAFBE is #E55041. Grayscale: #838383. Windows color (decimal): -15028290 or 12496666. OLE color: 12496666.

HSL color Cylindrical-coordinate representation of color #1AAFBE: hue angle of 185.49º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AAFBE is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB26175190-
CMYK0.860.0800.25
HSL185.49º75.93%42.35%-
HSV(B)185.49º86.32%74.51%-
XYZ25.0534.654.07-
YUV132.16160.6452.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.65%
GREEN value IS 175 (68.75% from 255) = 44.76%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=6.65%
G=44.76%
B=48.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261751900.860.0800.25185.4975.9342.35
Hex1AAFBE568019b94c2a
Octal322572761261003127111452
Binary11010101011111011111010101101000011001101110011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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