Html Css Color HEX #138E6F Elf Green

📋 copy color: '#138E6F'

red 19 ◦ green 142 ◦ blue 111

#138E6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #138E6F

Tints of Elf Green #138E6F

RGB

 RED value IS 19 (7.81% from 255) = 6.99%

 GREEN value IS 142 (55.86% from 255) = 52.21%

 BLUE value IS 111 (43.75% from 255) = 40.81%

R = 6.99%
G = 52.21%
B = 40.81%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#138E6F (or 0x138E6F) is known color: Elf Green. HEX triplet: 13, 8E and 6F. RGB value is (19,142,111). Sum of RGB (Red+Green+Blue) = 19+142+111=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #138E6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138E6F is #EC7190. Grayscale: #656565. Windows color (decimal): -15495569 or 7310867. OLE color: 7310867.

HSL color Cylindrical-coordinate representation of color #138E6F: hue angle of 164.88º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138E6F is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 142 111 -
CMYK 0.87 0 0.22 0.44
HSL 164.88º 0.76% 0.32% -
HSV(B) 164.88º 0.87% 0.56% -
XYZ 12.81 20.63 18.35 -
YUV 101.69 133.25 69.02 -
System Red Green Blue C M Y K H S L
Decimal 19 142 111 0.87 0 0.22 0.44 164.88 0.76 0.32
Hex 13 8E 6F 57 0 16 2C A5 4C 20
Octal 23 216 157 127 0 26 54 245 114 40
Binary 10011 10001110 1101111 1010111 0 10110 101100 10100101 1001100 100000

Color Harmonies of #138E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138E6F

Black with #138E6F

Text Example


Text Example

White with #138E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,142,111); }

 H1.HeaderClassName
 {
   color: #138E6F;
 }
 .AnyTagClassName
 {
   color: #138E6F;
 }
</style>

background-color css

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

 a { background-color: rgb(19,142,111); }

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

border-color css

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

 span { border-color: rgb(19,142,111); }

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