#1AB2BC

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

Shades of Light Sea Green #1AB2BC

Tints of Light Sea Green #1AB2BC

Color information

#1AB2BC (or 0x1AB2BC) is unknown color: approx Light Sea Green. HEX triplet: 1A, B2 and BC. RGB value is (26,178,188). Sum of RGB (Red+Green+Blue) = 26+178+188=392 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.63% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #1AB2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AB2BC is #E54D43. Grayscale: #858585. Windows color (decimal): -15027524 or 12366362. OLE color: 12366362.

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

Color convert

RGB26178188-
CMYK0.860.0500.26
HSL183.7º75.7%41.96%-
HSV(B)183.7º86.17%73.73%-
XYZ25.4235.6953.13-
YUV133.69158.6451.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.63%
GREEN value IS 178 (69.92% from 255) = 45.41%
BLUE value IS 188 (73.83% from 255) = 47.96%
R=6.63%
G=45.41%
B=47.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal261781880.860.0500.26183.775.741.96
Hex1AB2BC56501Ab84c2a
Octal32262274126503227011452
Binary1101010110010101111001010110101011010101110001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,178,188); }

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

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

 a { background-color: rgb(26,178,188); }

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

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

 span { border-color: rgb(26,178,188); }

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