Html Css Color HEX #188D7D Elf Green

📋 copy color: '#188D7D'

red 24 ◦ green 141 ◦ blue 125

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

Shades of Elf Green #188D7D

Tints of Elf Green #188D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.1%

R = 8.28%
G = 48.62%
B = 43.1%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#188D7D (or 0x188D7D) is known color: Elf Green. HEX triplet: 18, 8D and 7D. RGB value is (24,141,125). Sum of RGB (Red+Green+Blue) = 24+141+125=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 141 (55.47% from 255 or 48.62% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 141 - color contains mainly: green. Hex color #188D7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188D7D is #E77282. Grayscale: #686868. Windows color (decimal): -15168131 or 8228120. OLE color: 8228120.

HSL color Cylindrical-coordinate representation of color #188D7D: hue angle of 171.79º 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 #188D7D is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 141 125 -
CMYK 0.83 0 0.11 0.45
HSL 171.79º 0.71% 0.32% -
HSV(B) 171.79º 0.83% 0.55% -
XYZ 13.6 20.72 22.69 -
YUV 104.19 139.74 70.8 -
System Red Green Blue C M Y K H S L
Decimal 24 141 125 0.83 0 0.11 0.45 171.79 0.71 0.32
Hex 18 8D 7D 53 0 B 2D AC 47 20
Octal 30 215 175 123 0 13 55 254 107 40
Binary 11000 10001101 1111101 1010011 0 1011 101101 10101100 1000111 100000

Color Harmonies of #188D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188D7D

Black with #188D7D

Text Example


Text Example

White with #188D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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