#1AACB0

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

Shades of Light Sea Green #1AACB0

Tints of Light Sea Green #1AACB0

Color information

#1AACB0 (or 0x1AACB0) is unknown color: approx Light Sea Green. HEX triplet: 1A, AC and B0. RGB value is (26,172,176). Sum of RGB (Red+Green+Blue) = 26+172+176=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 176 - color contains mainly: blue. Hex color #1AACB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AACB0 is #E5534F. Grayscale: #808080. Windows color (decimal): -15029072 or 11578394. OLE color: 11578394.

HSL color Cylindrical-coordinate representation of color #1AACB0: hue angle of 181.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AACB0 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB26172176-
CMYK0.850.0200.31
HSL181.6º74.26%39.61%-
HSV(B)181.6º85.23%69.02%-
XYZ23.0232.8646.2-
YUV128.8154.6354.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.95%
GREEN value IS 172 (67.58% from 255) = 45.99%
BLUE value IS 176 (69.14% from 255) = 47.06%
R=6.95%
G=45.99%
B=47.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal261721760.850.0200.31181.674.2639.61
Hex1AACB055201Fb64a28
Octal32254260125203726611250
Binary110101010110010110000101010110011111101101101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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