#18DA98

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

Shades of Caribbean Green #18DA98

Tints of Caribbean Green #18DA98

Color information

#18DA98 (or 0x18DA98) is unknown color: approx Caribbean Green. HEX triplet: 18, DA and 98. RGB value is (24,218,152). Sum of RGB (Red+Green+Blue) = 24+218+152=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 218 (85.55% from 255 or 55.33% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 218 - color contains mainly: green. Hex color #18DA98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DA98 is #E72567. Grayscale: #989898. Windows color (decimal): -15148392 or 10017304. OLE color: 10017304.

HSL color Cylindrical-coordinate representation of color #18DA98: hue angle of 159.59º 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 #18DA98 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB24218152-
CMYK0.8900.300.15
HSL159.59º80.17%47.45%-
HSV(B)159.59º88.99%85.49%-
XYZ31.1252.638.22-
YUV152.47127.7336.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.09%
GREEN value IS 218 (85.55% from 255) = 55.33%
BLUE value IS 152 (59.77% from 255) = 38.58%
R=6.09%
G=55.33%
B=38.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal242181520.8900.300.15159.5980.1747.45
Hex18DA985901EFa0502f
Octal303322301310361724012057
Binary11000110110101001100010110010111101111101000001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18DA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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