#18DF8F

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

Shades of Caribbean Green #18DF8F

Tints of Caribbean Green #18DF8F

Color information

#18DF8F (or 0x18DF8F) is unknown color: approx Caribbean Green. HEX triplet: 18, DF and 8F. RGB value is (24,223,143). Sum of RGB (Red+Green+Blue) = 24+223+143=390 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.15% from 390); Green value is 223 (87.5% from 255 or 57.18% from 390); Blue value is 143 (56.25% from 255 or 36.67% from 390); Max value from RGB is 223 - color contains mainly: green. Hex color #18DF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DF8F is #E72070. Grayscale: #9A9A9A. Windows color (decimal): -15147121 or 9428760. OLE color: 9428760.

HSL color Cylindrical-coordinate representation of color #18DF8F: hue angle of 155.88º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DF8F is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB24223143-
CMYK0.8900.360.13
HSL155.88º80.57%48.43%-
HSV(B)155.88º89.24%87.45%-
XYZ31.7254.9534.92-
YUV154.38121.5735-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.15%
GREEN value IS 223 (87.5% from 255) = 57.18%
BLUE value IS 143 (56.25% from 255) = 36.67%
R=6.15%
G=57.18%
B=36.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal242231430.8900.360.13155.8880.5748.43
Hex18DF8F59024D9c5130
Octal303372171310441523412160
Binary110001101111110001111101100101001001101100111001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18DF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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