Html Css Color HEX #18DC9B Caribbean Green

📋 copy color: '#18DC9B'

red 24 ◦ green 220 ◦ blue 155

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

Shades of Caribbean Green #18DC9B

Tints of Caribbean Green #18DC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.85%

R = 6.02%
G = 55.14%
B = 38.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#18DC9B (or 0x18DC9B) is known color: Caribbean Green. HEX triplet: 18, DC and 9B. RGB value is (24,220,155). Sum of RGB (Red+Green+Blue) = 24+220+155=399 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.02% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DC9B is #E72364. Grayscale: #9A9A9A. Windows color (decimal): -15147877 or 10214424. OLE color: 10214424.

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

Color convert

RGB 24 220 155 -
CMYK 0.89 0 0.30 0.14
HSL 160.1º 0.8% 0.48% -
HSV(B) 160.1º 0.89% 0.86% -
XYZ 31.89 53.75 39.7 -
YUV 153.99 128.57 35.29 -
System Red Green Blue C M Y K H S L
Decimal 24 220 155 0.89 0 0.30 0.14 160.1 0.8 0.48
Hex 18 DC 9B 59 0 1E E A0 50 30
Octal 30 334 233 131 0 36 16 240 120 60
Binary 11000 11011100 10011011 1011001 0 11110 1110 10100000 1010000 110000

Color Harmonies of #18DC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DC9B

Black with #18DC9B

Text Example


Text Example

White with #18DC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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