#1AC3B4

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

Shades of Light Sea Green #1AC3B4

Tints of Light Sea Green #1AC3B4

Color information

#1AC3B4 (or 0x1AC3B4) is unknown color: approx Light Sea Green. HEX triplet: 1A, C3 and B4. RGB value is (26,195,180). Sum of RGB (Red+Green+Blue) = 26+195+180=401 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.48% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #1AC3B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC3B4 is #E53C4B. Grayscale: #8E8E8E. Windows color (decimal): -15023180 or 11846426. OLE color: 11846426.

HSL color Cylindrical-coordinate representation of color #1AC3B4: hue angle of 174.67º 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 #1AC3B4 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB26195180-
CMYK0.8700.080.24
HSL174.67º76.47%43.33%-
HSV(B)174.67º86.67%76.47%-
XYZ28.1842.5549.91-
YUV142.76149.0144.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.48%
GREEN value IS 195 (76.56% from 255) = 48.63%
BLUE value IS 180 (70.70% from 255) = 44.89%
R=6.48%
G=48.63%
B=44.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal261951800.8700.080.24174.6776.4743.33
Hex1AC3B4570818af4c2b
Octal323032641270103025711453
Binary11010110000111011010010101110100011000101011111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,195,180); }

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

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

 a { background-color: rgb(26,195,180); }

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

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

 span { border-color: rgb(26,195,180); }

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