#188C75

Color #188C75 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #188C75

Tints of Elf Green #188C75

Color information

#188C75 (or 0x188C75) is unknown color: approx Elf Green. HEX triplet: 18, 8C and 75. RGB value is (24,140,117). Sum of RGB (Red+Green+Blue) = 24+140+117=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 140 (55.08% from 255 or 49.82% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 140 - color contains mainly: green. Hex color #188C75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188C75 is #E7738A. Grayscale: #666666. Windows color (decimal): -15168395 or 7703576. OLE color: 7703576.

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

Color convert

RGB24140117-
CMYK0.8300.160.45
HSL168.1º70.73%32.16%-
HSV(B)168.1º82.86%54.9%-
XYZ12.9720.2320.05-
YUV102.69136.0771.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.54%
GREEN value IS 140 (55.08% from 255) = 49.82%
BLUE value IS 117 (46.09% from 255) = 41.64%
R=8.54%
G=49.82%
B=41.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241401170.8300.160.45168.170.7332.16
Hex188C75530102Da84720
Octal302141651230205525010740
Binary110001000110011101011010011010000101101101010001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #188C75;
 }
 .AnyTagClassName
 {
   color: #188C75;
 }
</style>
background-color css

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

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

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

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

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

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