#1AC4BC

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

Shades of Light Sea Green #1AC4BC

Tints of Light Sea Green #1AC4BC

Color information

#1AC4BC (or 0x1AC4BC) is unknown color: approx Light Sea Green. HEX triplet: 1A, C4 and BC. RGB value is (26,196,188). Sum of RGB (Red+Green+Blue) = 26+196+188=410 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.34% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #1AC4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC4BC is #E53B43. Grayscale: #909090. Windows color (decimal): -15022916 or 12370970. OLE color: 12370970.

HSL color Cylindrical-coordinate representation of color #1AC4BC: hue angle of 177.18º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC4BC is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB26196188-
CMYK0.8700.040.23
HSL177.18º76.58%43.53%-
HSV(B)177.18º86.73%76.86%-
XYZ29.2443.3354.4-
YUV144.26152.6843.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.34%
GREEN value IS 196 (76.95% from 255) = 47.80%
BLUE value IS 188 (73.83% from 255) = 45.85%
R=6.34%
G=47.80%
B=45.85%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal261961880.8700.040.23177.1876.5843.53
Hex1AC4BC570417b14d2c
Octal32304274127042726111554
Binary1101011000100101111001010111010010111101100011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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