#138C7C

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

Shades of Elf Green #138C7C

Tints of Elf Green #138C7C

Color information

#138C7C (or 0x138C7C) is unknown color: approx Elf Green. HEX triplet: 13, 8C and 7C. RGB value is (19,140,124). Sum of RGB (Red+Green+Blue) = 19+140+124=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 140 (55.08% from 255 or 49.47% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 140 - color contains mainly: green. Hex color #138C7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138C7C is #EC7383. Grayscale: #656565. Windows color (decimal): -15496068 or 8162323. OLE color: 8162323.

HSL color Cylindrical-coordinate representation of color #138C7C: hue angle of 172.07º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138C7C is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB19140124-
CMYK0.8600.110.45
HSL172.07º76.1%31.18%-
HSV(B)172.07º86.43%54.9%-
XYZ13.2820.3522.3-
YUV102140.4168.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.71%
GREEN value IS 140 (55.08% from 255) = 49.47%
BLUE value IS 124 (48.83% from 255) = 43.82%
R=6.71%
G=49.47%
B=43.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191401240.8600.110.45172.0776.131.18
Hex138C7C560B2Dac4c1f
Octal232141741260135525411437
Binary1001110001100111110010101100101110110110101100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138C7C; }

 p { color: rgb(19,140,124); }

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

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

 a { background-color: rgb(19,140,124); }

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

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

 span { border-color: rgb(19,140,124); }

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