Html Css Color HEX #18D18F Caribbean Green

📋 copy color: '#18D18F'

red 24 ◦ green 209 ◦ blue 143

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

Shades of Caribbean Green #18D18F

Tints of Caribbean Green #18D18F

RGB

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

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

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

R = 6.38%
G = 55.59%
B = 38.03%

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

#18D18F (or 0x18D18F) is known color: Caribbean Green. HEX triplet: 18, D1 and 8F. RGB value is (24,209,143). Sum of RGB (Red+Green+Blue) = 24+209+143=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 209 (82.03% from 255 or 55.59% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 209 - color contains mainly: green. Hex color #18D18F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18D18F is #E72E70. Grayscale: #929292. Windows color (decimal): -15150705 or 9425176. OLE color: 9425176.

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

Color convert

RGB 24 209 143 -
CMYK 0.89 0 0.32 0.18
HSL 158.59º 0.79% 0.46% -
HSV(B) 158.59º 0.89% 0.82% -
XYZ 28.14 47.78 33.73 -
YUV 146.16 126.21 40.87 -
System Red Green Blue C M Y K H S L
Decimal 24 209 143 0.89 0 0.32 0.18 158.59 0.79 0.46
Hex 18 D1 8F 59 0 20 12 9F 4F 2E
Octal 30 321 217 131 0 40 22 237 117 56
Binary 11000 11010001 10001111 1011001 0 100000 10010 10011111 1001111 101110

Color Harmonies of #18D18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D18F

Black with #18D18F

Text Example


Text Example

White with #18D18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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