#1ac6b6

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

Shades of Light Sea Green #1AC6B6

Tints of Light Sea Green #1AC6B6

Color information

#1AC6B6 (or 0x1AC6B6) is unknown color: approx Light Sea Green. HEX triplet: 1A, C6 and B6. RGB value is (26,198,182). Sum of RGB (Red+Green+Blue) = 26+198+182=406 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.40% from 406); Green value is 198 (77.73% from 255 or 48.77% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 198 - color contains mainly: green. Hex color #1AC6B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC6B6 is #E53949. Grayscale: #909090. Windows color (decimal): -15022410 or 11978266. OLE color: 11978266.

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

Color convert

RGB26198182-
CMYK0.8700.080.22
HSL174.42º76.79%43.92%-
HSV(B)174.42º86.87%77.65%-
XYZ29.0643.9951.21-
YUV144.75149.0243.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.40%
GREEN value IS 198 (77.73% from 255) = 48.77%
BLUE value IS 182 (71.48% from 255) = 44.83%
R=6.40%
G=48.77%
B=44.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal261981820.8700.080.22174.4276.7943.92
Hex1AC6B6570816ae4d2c
Octal323062661270102625611554
Binary11010110001101011011010101110100010110101011101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ac6b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,198,182); }

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

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

 a { background-color: rgb(26,198,182); }

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

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

 span { border-color: rgb(26,198,182); }

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