Html Css Color HEX #139A6B Elf Green

📋 copy color: '#139A6B'

red 19 ◦ green 154 ◦ blue 107

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

Shades of Elf Green #139A6B

Tints of Elf Green #139A6B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55%

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 6.79%
G = 55%
B = 38.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#139A6B (or 0x139A6B) is known color: Elf Green. HEX triplet: 13, 9A and 6B. RGB value is (19,154,107). Sum of RGB (Red+Green+Blue) = 19+154+107=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 154 (60.55% from 255 or 55% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 154 - color contains mainly: green. Hex color #139A6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139A6B is #EC6594. Grayscale: #6C6C6C. Windows color (decimal): -15492501 or 7051795. OLE color: 7051795.

HSL color Cylindrical-coordinate representation of color #139A6B: hue angle of 159.11º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #139A6B is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 19 154 107 -
CMYK 0.88 0 0.31 0.40
HSL 159.11º 0.78% 0.34% -
HSV(B) 159.11º 0.88% 0.6% -
XYZ 14.48 24.31 17.84 -
YUV 108.28 127.27 64.32 -
System Red Green Blue C M Y K H S L
Decimal 19 154 107 0.88 0 0.31 0.40 159.11 0.78 0.34
Hex 13 9A 6B 58 0 1F 28 9F 4E 22
Octal 23 232 153 130 0 37 50 237 116 42
Binary 10011 10011010 1101011 1011000 0 11111 101000 10011111 1001110 100010

Color Harmonies of #139A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139A6B

Black with #139A6B

Text Example


Text Example

White with #139A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #139A6B; }

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

 H1.HeaderClassName
 {
   color: #139A6B;
 }
 .AnyTagClassName
 {
   color: #139A6B;
 }
</style>

background-color css

<style>
 a { background-color: #139A6B; }

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

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

border-color css

<style>
 span { border-color: #139A6B; }

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

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