#188C6B

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

Shades of Elf Green #188C6B

Tints of Elf Green #188C6B

Color information

#188C6B (or 0x188C6B) is unknown color: approx Elf Green. HEX triplet: 18, 8C and 6B. RGB value is (24,140,107). Sum of RGB (Red+Green+Blue) = 24+140+107=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 140 (55.08% from 255 or 51.66% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 140 - color contains mainly: green. Hex color #188C6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188C6B is #E77394. Grayscale: #656565. Windows color (decimal): -15168405 or 7048216. OLE color: 7048216.

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

Color convert

RGB24140107-
CMYK0.8300.240.45
HSL162.93º70.73%32.16%-
HSV(B)162.93º82.86%54.9%-
XYZ12.4120.0117.12-
YUV101.55131.0772.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.86%
GREEN value IS 140 (55.08% from 255) = 51.66%
BLUE value IS 107 (42.19% from 255) = 39.48%
R=8.86%
G=51.66%
B=39.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal241401070.8300.240.45162.9370.7332.16
Hex188C6B530182Da34720
Octal302141531230305524310740
Binary110001000110011010111010011011000101101101000111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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