#18DA92

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

Shades of Caribbean Green #18DA92

Tints of Caribbean Green #18DA92

Color information

#18DA92 (or 0x18DA92) is unknown color: approx Caribbean Green. HEX triplet: 18, DA and 92. RGB value is (24,218,146). Sum of RGB (Red+Green+Blue) = 24+218+146=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #18DA92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DA92 is #E7256D. Grayscale: #979797. Windows color (decimal): -15148398 or 9624088. OLE color: 9624088.

HSL color Cylindrical-coordinate representation of color #18DA92: hue angle of 157.73º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DA92 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB24218146-
CMYK0.8900.330.15
HSL157.73º80.17%47.45%-
HSV(B)157.73º88.99%85.49%-
XYZ30.6452.4135.7-
YUV151.79124.7336.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.19%
GREEN value IS 218 (85.55% from 255) = 56.19%
BLUE value IS 146 (57.42% from 255) = 37.63%
R=6.19%
G=56.19%
B=37.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal242181460.8900.330.15157.7380.1747.45
Hex18DA9259021F9e502f
Octal303322221310411723612057
Binary110001101101010010010101100101000011111100111101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18DA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,218,146); }

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

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

 a { background-color: rgb(24,218,146); }

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

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

 span { border-color: rgb(24,218,146); }

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