#18A4AD

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

Shades of Light Sea Green #18A4AD

Tints of Light Sea Green #18A4AD

Color information

#18A4AD (or 0x18A4AD) is unknown color: approx Light Sea Green. HEX triplet: 18, A4 and AD. RGB value is (24,164,173). Sum of RGB (Red+Green+Blue) = 24+164+173=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 164 (64.45% from 255 or 45.43% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #18A4AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A4AD is #E75B52. Grayscale: #7A7A7A. Windows color (decimal): -15162195 or 11379736. OLE color: 11379736.

HSL color Cylindrical-coordinate representation of color #18A4AD: hue angle of 183.62º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A4AD is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB24164173-
CMYK0.860.0500.32
HSL183.62º75.63%38.63%-
HSV(B)183.62º86.13%67.84%-
XYZ21.1929.7644.16-
YUV123.17156.1257.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.65%
GREEN value IS 164 (64.45% from 255) = 45.43%
BLUE value IS 173 (67.97% from 255) = 47.92%
R=6.65%
G=45.43%
B=47.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal241641730.860.0500.32183.6275.6338.63
Hex18A4AD565020b84c27
Octal30244255126504027011447
Binary11000101001001010110110101101010100000101110001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,164,173); }

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

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

 a { background-color: rgb(24,164,173); }

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

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

 span { border-color: rgb(24,164,173); }

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