Html Css Color HEX #18DC8C Caribbean Green

📋 copy color: '#18DC8C'

red 24 ◦ green 220 ◦ blue 140

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

Shades of Caribbean Green #18DC8C

Tints of Caribbean Green #18DC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 6.25%
G = 57.29%
B = 36.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#18DC8C (or 0x18DC8C) is known color: Caribbean Green. HEX triplet: 18, DC and 8C. RGB value is (24,220,140). Sum of RGB (Red+Green+Blue) = 24+220+140=384 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.25% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #18DC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DC8C is #E72373. Grayscale: #989898. Windows color (decimal): -15147892 or 9231384. OLE color: 9231384.

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

Color convert

RGB 24 220 140 -
CMYK 0.89 0 0.36 0.14
HSL 155.51º 0.8% 0.48% -
HSV(B) 155.51º 0.89% 0.86% -
XYZ 30.7 53.27 33.48 -
YUV 152.28 121.07 36.5 -
System Red Green Blue C M Y K H S L
Decimal 24 220 140 0.89 0 0.36 0.14 155.51 0.8 0.48
Hex 18 DC 8C 59 0 24 E 9C 50 30
Octal 30 334 214 131 0 44 16 234 120 60
Binary 11000 11011100 10001100 1011001 0 100100 1110 10011100 1010000 110000

Color Harmonies of #18DC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DC8C

Black with #18DC8C

Text Example


Text Example

White with #18DC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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