#138D6B

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

Shades of Elf Green #138D6B

Tints of Elf Green #138D6B

Color information

#138D6B (or 0x138D6B) is unknown color: approx Elf Green. HEX triplet: 13, 8D and 6B. RGB value is (19,141,107). Sum of RGB (Red+Green+Blue) = 19+141+107=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 141 (55.47% from 255 or 52.81% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 141 - color contains mainly: green. Hex color #138D6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138D6B is #EC7294. Grayscale: #646464. Windows color (decimal): -15495829 or 7048467. OLE color: 7048467.

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

Color convert

RGB19141107-
CMYK0.8700.240.45
HSL163.28º76.25%31.37%-
HSV(B)163.28º86.52%55.29%-
XYZ12.4520.2517.16-
YUV100.65131.5869.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.12%
GREEN value IS 141 (55.47% from 255) = 52.81%
BLUE value IS 107 (42.19% from 255) = 40.07%
R=7.12%
G=52.81%
B=40.07%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal191411070.8700.240.45163.2876.2531.37
Hex138D6B570182Da34c1f
Octal232151531270305524311437
Binary10011100011011101011101011101100010110110100011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,141,107); }

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

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

 a { background-color: rgb(19,141,107); }

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

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

 span { border-color: rgb(19,141,107); }

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