#188868

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

Shades of Elf Green #188868

Tints of Elf Green #188868

Color information

#188868 (or 0x188868) is unknown color: approx Elf Green. HEX triplet: 18, 88 and 68. RGB value is (24,136,104). Sum of RGB (Red+Green+Blue) = 24+136+104=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 136 (53.52% from 255 or 51.52% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 136 - color contains mainly: green. Hex color #188868 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188868 is #E77797. Grayscale: #626262. Windows color (decimal): -15169432 or 6850584. OLE color: 6850584.

HSL color Cylindrical-coordinate representation of color #188868: hue angle of 162.86º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188868 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB24136104-
CMYK0.8200.240.47
HSL162.86º70%31.37%-
HSV(B)162.86º82.35%53.33%-
XYZ11.6818.816.11-
YUV98.86130.8974.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.09%
GREEN value IS 136 (53.52% from 255) = 51.52%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=9.09%
G=51.52%
B=39.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal241361040.8200.240.47162.867031.37
Hex188868520182Fa3461f
Octal302101501220305724310637
Binary11000100010001101000101001001100010111110100011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188868; }

 p { color: rgb(24,136,104); }

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

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

 a { background-color: rgb(24,136,104); }

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

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

 span { border-color: rgb(24,136,104); }

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