Html Css Color HEX #18DC96 Caribbean Green

📋 copy color: '#18DC96'

red 24 ◦ green 220 ◦ blue 150

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

Shades of Caribbean Green #18DC96

Tints of Caribbean Green #18DC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.07%

R = 6.09%
G = 55.84%
B = 38.07%

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

#18DC96 (or 0x18DC96) is known color: Caribbean Green. HEX triplet: 18, DC and 96. RGB value is (24,220,150). Sum of RGB (Red+Green+Blue) = 24+220+150=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DC96 is #E72369. Grayscale: #999999. Windows color (decimal): -15147882 or 9886744. OLE color: 9886744.

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

Color convert

RGB 24 220 150 -
CMYK 0.89 0 0.32 0.14
HSL 158.57º 0.8% 0.48% -
HSV(B) 158.57º 0.89% 0.86% -
XYZ 31.47 53.58 37.54 -
YUV 153.42 126.07 35.69 -
System Red Green Blue C M Y K H S L
Decimal 24 220 150 0.89 0 0.32 0.14 158.57 0.8 0.48
Hex 18 DC 96 59 0 20 E 9F 50 30
Octal 30 334 226 131 0 40 16 237 120 60
Binary 11000 11011100 10010110 1011001 0 100000 1110 10011111 1010000 110000

Color Harmonies of #18DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DC96

Black with #18DC96

Text Example


Text Example

White with #18DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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