#1AC2B0

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

Shades of Light Sea Green #1AC2B0

Tints of Light Sea Green #1AC2B0

Color information

#1AC2B0 (or 0x1AC2B0) is unknown color: approx Light Sea Green. HEX triplet: 1A, C2 and B0. RGB value is (26,194,176). Sum of RGB (Red+Green+Blue) = 26+194+176=396 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.57% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 176 (69.14% from 255 or 44.44% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC2B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AC2B0 is #E53D4F. Grayscale: #8D8D8D. Windows color (decimal): -15023440 or 11584026. OLE color: 11584026.

HSL color Cylindrical-coordinate representation of color #1AC2B0: hue angle of 173.57º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC2B0 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB26194176-
CMYK0.8700.090.24
HSL173.57º76.36%43.14%-
HSV(B)173.57º86.6%76.08%-
XYZ27.5541.9447.72-
YUV141.72147.3445.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.57%
GREEN value IS 194 (76.17% from 255) = 48.99%
BLUE value IS 176 (69.14% from 255) = 44.44%
R=6.57%
G=48.99%
B=44.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal261941760.8700.090.24173.5776.3643.14
Hex1AC2B0570918ae4c2b
Octal323022601270113025611453
Binary11010110000101011000010101110100111000101011101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,194,176); }

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

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

 a { background-color: rgb(26,194,176); }

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

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

 span { border-color: rgb(26,194,176); }

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