#18A5A3

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

Shades of Light Sea Green #18A5A3

Tints of Light Sea Green #18A5A3

Color information

#18A5A3 (or 0x18A5A3) is unknown color: approx Light Sea Green. HEX triplet: 18, A5 and A3. RGB value is (24,165,163). Sum of RGB (Red+Green+Blue) = 24+165+163=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #18A5A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A5A3 is #E75A5C. Grayscale: #7A7A7A. Windows color (decimal): -15161949 or 10724632. OLE color: 10724632.

HSL color Cylindrical-coordinate representation of color #18A5A3: hue angle of 179.15º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A5A3 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB24165163-
CMYK0.8500.010.35
HSL179.15º74.6%37.06%-
HSV(B)179.15º85.45%64.71%-
XYZ20.4429.7539.31-
YUV122.61150.7957.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.82%
GREEN value IS 165 (64.84% from 255) = 46.88%
BLUE value IS 163 (64.06% from 255) = 46.31%
R=6.82%
G=46.88%
B=46.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241651630.8500.010.35179.1574.637.06
Hex18A5A3550123b34b25
Octal30245243125014326311345
Binary110001010010110100011101010101100011101100111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18A5A3; }

 p { color: rgb(24,165,163); }

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

<style>
 a { background-color: #18A5A3; }

 a { background-color: rgb(24,165,163); }

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

<style>
 span { border-color: #18A5A3; }

 span { border-color: rgb(24,165,163); }

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