Html Css Color HEX #18DD8D Caribbean Green

📋 copy color: '#18DD8D'

red 24 ◦ green 221 ◦ blue 141

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

Shades of Caribbean Green #18DD8D

Tints of Caribbean Green #18DD8D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.25%

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 6.22%
G = 57.25%
B = 36.53%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#18DD8D (or 0x18DD8D) is known color: Caribbean Green. HEX triplet: 18, DD and 8D. RGB value is (24,221,141). Sum of RGB (Red+Green+Blue) = 24+221+141=386 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.22% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #18DD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DD8D is #E72272. Grayscale: #999999. Windows color (decimal): -15147635 or 9297176. OLE color: 9297176.

HSL color Cylindrical-coordinate representation of color #18DD8D: hue angle of 155.63º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DD8D is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 221 141 -
CMYK 0.89 0 0.36 0.13
HSL 155.63º 0.8% 0.48% -
HSV(B) 155.63º 0.89% 0.87% -
XYZ 31.04 53.83 33.95 -
YUV 152.98 121.23 36 -
System Red Green Blue C M Y K H S L
Decimal 24 221 141 0.89 0 0.36 0.13 155.63 0.8 0.48
Hex 18 DD 8D 59 0 24 D 9C 50 30
Octal 30 335 215 131 0 44 15 234 120 60
Binary 11000 11011101 10001101 1011001 0 100100 1101 10011100 1010000 110000

Color Harmonies of #18DD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DD8D

Black with #18DD8D

Text Example


Text Example

White with #18DD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,221,141); }

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

background-color css

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

 a { background-color: rgb(24,221,141); }

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

border-color css

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

 span { border-color: rgb(24,221,141); }

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