#18C5AC

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

Shades of Light Sea Green #18C5AC

Tints of Light Sea Green #18C5AC

Color information

#18C5AC (or 0x18C5AC) is unknown color: approx Light Sea Green. HEX triplet: 18, C5 and AC. RGB value is (24,197,172). Sum of RGB (Red+Green+Blue) = 24+197+172=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #18C5AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C5AC is #E73A53. Grayscale: #8E8E8E. Windows color (decimal): -15153748 or 11322648. OLE color: 11322648.

HSL color Cylindrical-coordinate representation of color #18C5AC: hue angle of 171.33º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C5AC is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB24197172-
CMYK0.8800.130.23
HSL171.33º78.28%43.33%-
HSV(B)171.33º87.82%77.25%-
XYZ27.7943.1145.89-
YUV142.42144.6943.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.11%
GREEN value IS 197 (77.34% from 255) = 50.13%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=6.11%
G=50.13%
B=43.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal241971720.8800.130.23171.3378.2843.33
Hex18C5AC580D17ab4e2b
Octal303052541300152725311653
Binary11000110001011010110010110000110110111101010111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,197,172); }

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

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

 a { background-color: rgb(24,197,172); }

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

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

 span { border-color: rgb(24,197,172); }

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