Html Css Color HEX #18D18E Caribbean Green

📋 copy color: '#18D18E'

red 24 ◦ green 209 ◦ blue 142

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

Shades of Caribbean Green #18D18E

Tints of Caribbean Green #18D18E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 55.73%

 BLUE value IS 142 (55.86% from 255) = 37.87%

R = 6.4%
G = 55.73%
B = 37.87%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#18D18E (or 0x18D18E) is known color: Caribbean Green. HEX triplet: 18, D1 and 8E. RGB value is (24,209,142). Sum of RGB (Red+Green+Blue) = 24+209+142=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 209 (82.03% from 255 or 55.73% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 209 - color contains mainly: green. Hex color #18D18E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D18E is #E72E71. Grayscale: #929292. Windows color (decimal): -15150706 or 9359640. OLE color: 9359640.

HSL color Cylindrical-coordinate representation of color #18D18E: hue angle of 158.27º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D18E is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 24 209 142 -
CMYK 0.89 0 0.32 0.18
HSL 158.27º 0.79% 0.46% -
HSV(B) 158.27º 0.89% 0.82% -
XYZ 28.06 47.75 33.33 -
YUV 146.05 125.71 40.95 -
System Red Green Blue C M Y K H S L
Decimal 24 209 142 0.89 0 0.32 0.18 158.27 0.79 0.46
Hex 18 D1 8E 59 0 20 12 9E 4F 2E
Octal 30 321 216 131 0 40 22 236 117 56
Binary 11000 11010001 10001110 1011001 0 100000 10010 10011110 1001111 101110

Color Harmonies of #18D18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D18E

Black with #18D18E

Text Example


Text Example

White with #18D18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,209,142); }

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

background-color css

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

 a { background-color: rgb(24,209,142); }

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

border-color css

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

 span { border-color: rgb(24,209,142); }

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