#188A6A

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

Shades of Elf Green #188A6A

Tints of Elf Green #188A6A

Color information

#188A6A (or 0x188A6A) is unknown color: approx Elf Green. HEX triplet: 18, 8A and 6A. RGB value is (24,138,106). Sum of RGB (Red+Green+Blue) = 24+138+106=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #188A6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188A6A is #E77595. Grayscale: #646464. Windows color (decimal): -15168918 or 6982168. OLE color: 6982168.

HSL color Cylindrical-coordinate representation of color #188A6A: hue angle of 163.16º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188A6A is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB24138106-
CMYK0.8300.230.46
HSL163.16º70.37%31.76%-
HSV(B)163.16º82.61%54.12%-
XYZ12.0719.4116.75-
YUV100.27131.2373.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.96%
GREEN value IS 138 (54.30% from 255) = 51.49%
BLUE value IS 106 (41.80% from 255) = 39.55%
R=8.96%
G=51.49%
B=39.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241381060.8300.230.46163.1670.3731.76
Hex188A6A530172Ea34620
Octal302121521230275624310640
Binary110001000101011010101010011010111101110101000111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,138,106); }

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

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

 a { background-color: rgb(24,138,106); }

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

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

 span { border-color: rgb(24,138,106); }

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