Html Css Color HEX #138F7B Elf Green

📋 copy color: '#138F7B'

red 19 ◦ green 143 ◦ blue 123

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

Shades of Elf Green #138F7B

Tints of Elf Green #138F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 43.16%

R = 6.67%
G = 50.18%
B = 43.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#138F7B (or 0x138F7B) is known color: Elf Green. HEX triplet: 13, 8F and 7B. RGB value is (19,143,123). Sum of RGB (Red+Green+Blue) = 19+143+123=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #138F7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138F7B is #EC7084. Grayscale: #676767. Windows color (decimal): -15495301 or 8097555. OLE color: 8097555.

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

Color convert

RGB 19 143 123 -
CMYK 0.87 0 0.14 0.44
HSL 170.32º 0.77% 0.32% -
HSV(B) 170.32º 0.87% 0.56% -
XYZ 13.67 21.21 22.11 -
YUV 103.64 138.92 67.63 -
System Red Green Blue C M Y K H S L
Decimal 19 143 123 0.87 0 0.14 0.44 170.32 0.77 0.32
Hex 13 8F 7B 57 0 E 2C AA 4D 20
Octal 23 217 173 127 0 16 54 252 115 40
Binary 10011 10001111 1111011 1010111 0 1110 101100 10101010 1001101 100000

Color Harmonies of #138F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138F7B

Black with #138F7B

Text Example


Text Example

White with #138F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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