Html Css Color HEX #138A6B Elf Green

📋 copy color: '#138A6B'

red 19 ◦ green 138 ◦ blue 107

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

Shades of Elf Green #138A6B

Tints of Elf Green #138A6B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 52.27%

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

R = 7.2%
G = 52.27%
B = 40.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#138A6B (or 0x138A6B) is known color: Elf Green. HEX triplet: 13, 8A and 6B. RGB value is (19,138,107). Sum of RGB (Red+Green+Blue) = 19+138+107=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 138 (54.30% from 255 or 52.27% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 138 - color contains mainly: green. Hex color #138A6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138A6B is #EC7594. Grayscale: #626262. Windows color (decimal): -15496597 or 7047699. OLE color: 7047699.

HSL color Cylindrical-coordinate representation of color #138A6B: hue angle of 164.37º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138A6B is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 138 107 -
CMYK 0.86 0 0.22 0.46
HSL 164.37º 0.76% 0.31% -
HSV(B) 164.37º 0.86% 0.54% -
XYZ 12.01 19.38 17.02 -
YUV 98.89 132.58 71.02 -
System Red Green Blue C M Y K H S L
Decimal 19 138 107 0.86 0 0.22 0.46 164.37 0.76 0.31
Hex 13 8A 6B 56 0 16 2E A4 4C 1F
Octal 23 212 153 126 0 26 56 244 114 37
Binary 10011 10001010 1101011 1010110 0 10110 101110 10100100 1001100 11111

Color Harmonies of #138A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A6B

Black with #138A6B

Text Example


Text Example

White with #138A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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