#128F7B

Color #128F7B Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #128F7B

Tints of Elf Green #128F7B

Color information

#128F7B (or 0x128F7B) is unknown color: approx Elf Green. HEX triplet: 12, 8F and 7B. RGB value is (18,143,123). Sum of RGB (Red+Green+Blue) = 18+143+123=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 143 (56.25% from 255 or 50.35% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 143 - color contains mainly: green. Hex color #128F7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128F7B is #ED7084. Grayscale: #676767. Windows color (decimal): -15560837 or 8097554. OLE color: 8097554.

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

Color convert

RGB18143123-
CMYK0.8700.140.44
HSL170.4º77.64%31.57%-
HSV(B)170.4º87.41%56.08%-
XYZ13.6521.222.11-
YUV103.34139.0967.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.34%
GREEN value IS 143 (56.25% from 255) = 50.35%
BLUE value IS 123 (48.44% from 255) = 43.31%
R=6.34%
G=50.35%
B=43.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181431230.8700.140.44170.477.6431.57
Hex128F7B570E2Caa4e20
Octal222171731270165425211640
Binary10010100011111111011101011101110101100101010101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #128F7B;
 }
 .AnyTagClassName
 {
   color: #128F7B;
 }
</style>
background-color css

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

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

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

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

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

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