Html Css Color HEX #188C6F Elf Green

📋 copy color: '#188C6F'

red 24 ◦ green 140 ◦ blue 111

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

Shades of Elf Green #188C6F

Tints of Elf Green #188C6F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50.91%

 BLUE value IS 111 (43.75% from 255) = 40.36%

R = 8.73%
G = 50.91%
B = 40.36%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#188C6F (or 0x188C6F) is known color: Elf Green. HEX triplet: 18, 8C and 6F. RGB value is (24,140,111). Sum of RGB (Red+Green+Blue) = 24+140+111=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #188C6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188C6F is #E77390. Grayscale: #666666. Windows color (decimal): -15168401 or 7310360. OLE color: 7310360.

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

Color convert

RGB 24 140 111 -
CMYK 0.83 0 0.21 0.45
HSL 165º 0.71% 0.32% -
HSV(B) 165º 0.83% 0.55% -
XYZ 12.62 20.1 18.25 -
YUV 102.01 133.07 72.36 -
System Red Green Blue C M Y K H S L
Decimal 24 140 111 0.83 0 0.21 0.45 165 0.71 0.32
Hex 18 8C 6F 53 0 15 2D A5 47 20
Octal 30 214 157 123 0 25 55 245 107 40
Binary 11000 10001100 1101111 1010011 0 10101 101101 10100101 1000111 100000

Color Harmonies of #188C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188C6F

Black with #188C6F

Text Example


Text Example

White with #188C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,140,111); }

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

background-color css

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

 a { background-color: rgb(24,140,111); }

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

border-color css

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

 span { border-color: rgb(24,140,111); }

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