#18C5AD

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

Shades of Light Sea Green #18C5AD

Tints of Light Sea Green #18C5AD

Color information

#18C5AD (or 0x18C5AD) is unknown color: approx Light Sea Green. HEX triplet: 18, C5 and AD. RGB value is (24,197,173). Sum of RGB (Red+Green+Blue) = 24+197+173=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #18C5AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C5AD is #E73A52. Grayscale: #8E8E8E. Windows color (decimal): -15153747 or 11388184. OLE color: 11388184.

HSL color Cylindrical-coordinate representation of color #18C5AD: hue angle of 171.68º 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 #18C5AD is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB24197173-
CMYK0.8800.120.23
HSL171.68º78.28%43.33%-
HSV(B)171.68º87.82%77.25%-
XYZ27.8943.1446.39-
YUV142.54145.1943.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.09%
GREEN value IS 197 (77.34% from 255) = 50%
BLUE value IS 173 (67.97% from 255) = 43.91%
R=6.09%
G=50%
B=43.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal241971730.8800.120.23171.6878.2843.33
Hex18C5AD580C17ac4e2b
Octal303052551300142725411653
Binary11000110001011010110110110000110010111101011001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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