Html Css Color HEX #188D80 Elf Green

📋 copy color: '#188D80'

red 24 ◦ green 141 ◦ blue 128

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

Shades of Elf Green #188D80

Tints of Elf Green #188D80

RGB

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

 GREEN value IS 141 (55.47% from 255) = 48.12%

 BLUE value IS 128 (50.39% from 255) = 43.69%

R = 8.19%
G = 48.12%
B = 43.69%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#188D80 (or 0x188D80) is known color: Elf Green. HEX triplet: 18, 8D and 80. RGB value is (24,141,128). Sum of RGB (Red+Green+Blue) = 24+141+128=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 141 (55.47% from 255 or 48.12% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 141 - color contains mainly: green. Hex color #188D80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188D80 is #E7727F. Grayscale: #686868. Windows color (decimal): -15168128 or 8424728. OLE color: 8424728.

HSL color Cylindrical-coordinate representation of color #188D80: hue angle of 173.33º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188D80 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 141 128 -
CMYK 0.83 0 0.09 0.45
HSL 173.33º 0.71% 0.32% -
HSV(B) 173.33º 0.83% 0.55% -
XYZ 13.8 20.8 23.71 -
YUV 104.54 141.24 70.56 -
System Red Green Blue C M Y K H S L
Decimal 24 141 128 0.83 0 0.09 0.45 173.33 0.71 0.32
Hex 18 8D 80 53 0 9 2D AD 47 20
Octal 30 215 200 123 0 11 55 255 107 40
Binary 11000 10001101 10000000 1010011 0 1001 101101 10101101 1000111 100000

Color Harmonies of #188D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188D80

Black with #188D80

Text Example


Text Example

White with #188D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188D80; }

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

 H1.HeaderClassName
 {
   color: #188D80;
 }
 .AnyTagClassName
 {
   color: #188D80;
 }
</style>

background-color css

<style>
 a { background-color: #188D80; }

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

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

border-color css

<style>
 span { border-color: #188D80; }

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

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