#18DC8F

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

Shades of Caribbean Green #18DC8F

Tints of Caribbean Green #18DC8F

Color information

#18DC8F (or 0x18DC8F) is unknown color: approx Caribbean Green. HEX triplet: 18, DC and 8F. RGB value is (24,220,143). Sum of RGB (Red+Green+Blue) = 24+220+143=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DC8F is #E72370. Grayscale: #989898. Windows color (decimal): -15147889 or 9427992. OLE color: 9427992.

HSL color Cylindrical-coordinate representation of color #18DC8F: hue angle of 156.43º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DC8F is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB24220143-
CMYK0.8900.350.14
HSL156.43º80.33%47.84%-
HSV(B)156.43º89.09%86.27%-
XYZ30.9353.3634.66-
YUV152.62122.5736.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.20%
GREEN value IS 220 (86.33% from 255) = 56.85%
BLUE value IS 143 (56.25% from 255) = 36.95%
R=6.20%
G=56.85%
B=36.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal242201430.8900.350.14156.4380.3347.84
Hex18DC8F59023E9c5030
Octal303342171310431623412060
Binary110001101110010001111101100101000111110100111001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18DC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,220,143); }

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

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

 a { background-color: rgb(24,220,143); }

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

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

 span { border-color: rgb(24,220,143); }

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