Html Css Color HEX #138F7E Elf Green

📋 copy color: '#138F7E'

red 19 ◦ green 143 ◦ blue 126

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

Shades of Elf Green #138F7E

Tints of Elf Green #138F7E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 49.65%

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

R = 6.6%
G = 49.65%
B = 43.75%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#138F7E (or 0x138F7E) is known color: Elf Green. HEX triplet: 13, 8F and 7E. RGB value is (19,143,126). Sum of RGB (Red+Green+Blue) = 19+143+126=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 143 (56.25% from 255 or 49.65% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 143 - color contains mainly: green. Hex color #138F7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138F7E is #EC7081. Grayscale: #676767. Windows color (decimal): -15495298 or 8294163. OLE color: 8294163.

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

Color convert

RGB 19 143 126 -
CMYK 0.87 0 0.12 0.44
HSL 171.77º 0.77% 0.32% -
HSV(B) 171.77º 0.87% 0.56% -
XYZ 13.86 21.29 23.12 -
YUV 103.99 140.42 67.38 -
System Red Green Blue C M Y K H S L
Decimal 19 143 126 0.87 0 0.12 0.44 171.77 0.77 0.32
Hex 13 8F 7E 57 0 C 2C AC 4D 20
Octal 23 217 176 127 0 14 54 254 115 40
Binary 10011 10001111 1111110 1010111 0 1100 101100 10101100 1001101 100000

Color Harmonies of #138F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138F7E

Black with #138F7E

Text Example


Text Example

White with #138F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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