Html Css Color HEX #18DC9D Caribbean Green

📋 copy color: '#18DC9D'

red 24 ◦ green 220 ◦ blue 157

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

Shades of Caribbean Green #18DC9D

Tints of Caribbean Green #18DC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.15%

R = 5.99%
G = 54.86%
B = 39.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#18DC9D (or 0x18DC9D) is known color: Caribbean Green. HEX triplet: 18, DC and 9D. RGB value is (24,220,157). Sum of RGB (Red+Green+Blue) = 24+220+157=401 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.99% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DC9D is #E72362. Grayscale: #9A9A9A. Windows color (decimal): -15147875 or 10345496. OLE color: 10345496.

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

Color convert

RGB 24 220 157 -
CMYK 0.89 0 0.29 0.14
HSL 160.71º 0.8% 0.48% -
HSV(B) 160.71º 0.89% 0.86% -
XYZ 32.06 53.81 40.6 -
YUV 154.21 129.57 35.12 -
System Red Green Blue C M Y K H S L
Decimal 24 220 157 0.89 0 0.29 0.14 160.71 0.8 0.48
Hex 18 DC 9D 59 0 1D E A1 50 30
Octal 30 334 235 131 0 35 16 241 120 60
Binary 11000 11011100 10011101 1011001 0 11101 1110 10100001 1010000 110000

Color Harmonies of #18DC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DC9D

Black with #18DC9D

Text Example


Text Example

White with #18DC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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