#1ACBA6

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

Shades of Light Sea Green #1ACBA6

Tints of Light Sea Green #1ACBA6

Color information

#1ACBA6 (or 0x1ACBA6) is unknown color: approx Light Sea Green. HEX triplet: 1A, CB and A6. RGB value is (26,203,166). Sum of RGB (Red+Green+Blue) = 26+203+166=395 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.58% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACBA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACBA6 is #E53459. Grayscale: #919191. Windows color (decimal): -15021146 or 10930970. OLE color: 10930970.

HSL color Cylindrical-coordinate representation of color #1ACBA6: hue angle of 167.46º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACBA6 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB26203166-
CMYK0.8700.180.20
HSL167.46º77.29%44.9%-
HSV(B)167.46º87.19%79.61%-
XYZ28.6645.6843.38-
YUV145.86139.3642.51-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.58%
GREEN value IS 203 (79.69% from 255) = 51.39%
BLUE value IS 166 (65.23% from 255) = 42.03%
R=6.58%
G=51.39%
B=42.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal262031660.8700.180.20167.4677.2944.9
Hex1ACBA65701214a74d2d
Octal323132461270222424711555
Binary110101100101110100110101011101001010100101001111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,203,166); }

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

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

 a { background-color: rgb(26,203,166); }

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

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

 span { border-color: rgb(26,203,166); }

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