#138C7D

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

Shades of Elf Green #138C7D

Tints of Elf Green #138C7D

Color information

#138C7D (or 0x138C7D) is unknown color: approx Elf Green. HEX triplet: 13, 8C and 7D. RGB value is (19,140,125). Sum of RGB (Red+Green+Blue) = 19+140+125=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 140 (55.08% from 255 or 49.30% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 140 - color contains mainly: green. Hex color #138C7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138C7D is #EC7382. Grayscale: #666666. Windows color (decimal): -15496067 or 8227859. OLE color: 8227859.

HSL color Cylindrical-coordinate representation of color #138C7D: hue angle of 172.56º 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 #138C7D is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB19140125-
CMYK0.8600.110.45
HSL172.56º76.1%31.18%-
HSV(B)172.56º86.43%54.9%-
XYZ13.3520.3822.63-
YUV102.11140.9168.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.69%
GREEN value IS 140 (55.08% from 255) = 49.30%
BLUE value IS 125 (49.22% from 255) = 44.01%
R=6.69%
G=49.30%
B=44.01%

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
Decimal191401250.8600.110.45172.5676.131.18
Hex138C7D560B2Dad4c1f
Octal232141751260135525511437
Binary1001110001100111110110101100101110110110101101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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