#1AACBA

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

Shades of Light Sea Green #1AACBA

Tints of Light Sea Green #1AACBA

Color information

#1AACBA (or 0x1AACBA) is unknown color: approx Light Sea Green. HEX triplet: 1A, AC and BA. RGB value is (26,172,186). Sum of RGB (Red+Green+Blue) = 26+172+186=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #1AACBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AACBA is #E55345. Grayscale: #818181. Windows color (decimal): -15029062 or 12233754. OLE color: 12233754.

HSL color Cylindrical-coordinate representation of color #1AACBA: hue angle of 185.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AACBA is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB26172186-
CMYK0.860.0800.27
HSL185.25º75.47%41.57%-
HSV(B)185.25º86.02%72.94%-
XYZ24.0433.2751.61-
YUV129.94159.6353.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.77%
GREEN value IS 172 (67.58% from 255) = 44.79%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=6.77%
G=44.79%
B=48.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal261721860.860.0800.27185.2575.4741.57
Hex1AACBA56801Bb94b2a
Octal322542721261003327111352
Binary11010101011001011101010101101000011011101110011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,172,186); }

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

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

 a { background-color: rgb(26,172,186); }

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

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

 span { border-color: rgb(26,172,186); }

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