Html Css Color HEX #18DD8F Caribbean Green

📋 copy color: '#18DD8F'

red 24 ◦ green 221 ◦ blue 143

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

Shades of Caribbean Green #18DD8F

Tints of Caribbean Green #18DD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.86%

R = 6.19%
G = 56.96%
B = 36.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#18DD8F (or 0x18DD8F) is known color: Caribbean Green. HEX triplet: 18, DD and 8F. RGB value is (24,221,143). Sum of RGB (Red+Green+Blue) = 24+221+143=388 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.19% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #18DD8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18DD8F is #E72270. Grayscale: #999999. Windows color (decimal): -15147633 or 9428248. OLE color: 9428248.

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

Color convert

RGB 24 221 143 -
CMYK 0.89 0 0.35 0.13
HSL 156.24º 0.8% 0.48% -
HSV(B) 156.24º 0.89% 0.87% -
XYZ 31.19 53.89 34.74 -
YUV 153.21 122.23 35.84 -
System Red Green Blue C M Y K H S L
Decimal 24 221 143 0.89 0 0.35 0.13 156.24 0.8 0.48
Hex 18 DD 8F 59 0 23 D 9C 50 30
Octal 30 335 217 131 0 43 15 234 120 60
Binary 11000 11011101 10001111 1011001 0 100011 1101 10011100 1010000 110000

Color Harmonies of #18DD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DD8F

Black with #18DD8F

Text Example


Text Example

White with #18DD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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