#18D493

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

Shades of Caribbean Green #18D493

Tints of Caribbean Green #18D493

Color information

#18D493 (or 0x18D493) is unknown color: approx Caribbean Green. HEX triplet: 18, D4 and 93. RGB value is (24,212,147). Sum of RGB (Red+Green+Blue) = 24+212+147=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 212 (83.20% from 255 or 55.35% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 212 - color contains mainly: green. Hex color #18D493 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D493 is #E72B6C. Grayscale: #949494. Windows color (decimal): -15149933 or 9688088. OLE color: 9688088.

HSL color Cylindrical-coordinate representation of color #18D493: hue angle of 159.26º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D493 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB24212147-
CMYK0.8900.310.17
HSL159.26º79.66%46.27%-
HSV(B)159.26º88.68%83.14%-
XYZ29.1949.3935.6-
YUV148.38127.2239.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.27%
GREEN value IS 212 (83.20% from 255) = 55.35%
BLUE value IS 147 (57.81% from 255) = 38.38%
R=6.27%
G=55.35%
B=38.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal242121470.8900.310.17159.2679.6646.27
Hex18D4935901F119f502e
Octal303242231310372123712056
Binary110001101010010010011101100101111110001100111111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18D493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,212,147); }

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

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

 a { background-color: rgb(24,212,147); }

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

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

 span { border-color: rgb(24,212,147); }

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