Html Css Color HEX #138E7E Elf Green

📋 copy color: '#138E7E'

red 19 ◦ green 142 ◦ blue 126

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

Shades of Elf Green #138E7E

Tints of Elf Green #138E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.9%

R = 6.62%
G = 49.48%
B = 43.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#138E7E (or 0x138E7E) is known color: Elf Green. HEX triplet: 13, 8E and 7E. RGB value is (19,142,126). Sum of RGB (Red+Green+Blue) = 19+142+126=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 142 (55.86% from 255 or 49.48% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 142 - color contains mainly: green. Hex color #138E7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138E7E is #EC7181. Grayscale: #676767. Windows color (decimal): -15495554 or 8293907. OLE color: 8293907.

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

Color convert

RGB 19 142 126 -
CMYK 0.87 0 0.11 0.44
HSL 172.2º 0.76% 0.32% -
HSV(B) 172.2º 0.87% 0.56% -
XYZ 13.71 20.99 23.07 -
YUV 103.4 140.75 67.8 -
System Red Green Blue C M Y K H S L
Decimal 19 142 126 0.87 0 0.11 0.44 172.2 0.76 0.32
Hex 13 8E 7E 57 0 B 2C AC 4C 20
Octal 23 216 176 127 0 13 54 254 114 40
Binary 10011 10001110 1111110 1010111 0 1011 101100 10101100 1001100 100000

Color Harmonies of #138E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138E7E

Black with #138E7E

Text Example


Text Example

White with #138E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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