#18A5A0

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

Shades of Light Sea Green #18A5A0

Tints of Light Sea Green #18A5A0

Color information

#18A5A0 (or 0x18A5A0) is unknown color: approx Light Sea Green. HEX triplet: 18, A5 and A0. RGB value is (24,165,160). Sum of RGB (Red+Green+Blue) = 24+165+160=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 165 (64.84% from 255 or 47.28% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 165 - color contains mainly: green. Hex color #18A5A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A5A0 is #E75A5F. Grayscale: #7A7A7A. Windows color (decimal): -15161952 or 10528024. OLE color: 10528024.

HSL color Cylindrical-coordinate representation of color #18A5A0: hue angle of 177.87º 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 #18A5A0 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB24165160-
CMYK0.8500.030.35
HSL177.87º74.6%37.06%-
HSV(B)177.87º85.45%64.71%-
XYZ20.1829.6437.92-
YUV122.27149.2957.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.88%
GREEN value IS 165 (64.84% from 255) = 47.28%
BLUE value IS 160 (62.89% from 255) = 45.85%
R=6.88%
G=47.28%
B=45.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241651600.8500.030.35177.8774.637.06
Hex18A5A0550323b24b25
Octal30245240125034326211345
Binary1100010100101101000001010101011100011101100101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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