Html Css Color HEX #18DC95 Caribbean Green

📋 copy color: '#18DC95'

red 24 ◦ green 220 ◦ blue 149

#18DC95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #18DC95

Tints of Caribbean Green #18DC95

RGB

 RED value IS 24 (9.77% from 255) = 6.11%

 GREEN value IS 220 (86.33% from 255) = 55.98%

 BLUE value IS 149 (58.59% from 255) = 37.91%

R = 6.11%
G = 55.98%
B = 37.91%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#18DC95 (or 0x18DC95) is known color: Caribbean Green. HEX triplet: 18, DC and 95. RGB value is (24,220,149). Sum of RGB (Red+Green+Blue) = 24+220+149=393 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.11% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DC95 is #E7236A. Grayscale: #999999. Windows color (decimal): -15147883 or 9821208. OLE color: 9821208.

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

Color convert

RGB 24 220 149 -
CMYK 0.89 0 0.32 0.14
HSL 158.27º 0.8% 0.48% -
HSV(B) 158.27º 0.89% 0.86% -
XYZ 31.39 53.55 37.12 -
YUV 153.3 125.57 35.77 -
System Red Green Blue C M Y K H S L
Decimal 24 220 149 0.89 0 0.32 0.14 158.27 0.8 0.48
Hex 18 DC 95 59 0 20 E 9E 50 30
Octal 30 334 225 131 0 40 16 236 120 60
Binary 11000 11011100 10010101 1011001 0 100000 1110 10011110 1010000 110000

Color Harmonies of #18DC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DC95

Black with #18DC95

Text Example


Text Example

White with #18DC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18DC95;
 }
 .AnyTagClassName
 {
   color: #18DC95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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