Html Css Color HEX #428E80 Lochinvar

📋 copy color: '#428E80'

red 66 ◦ green 142 ◦ blue 128

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

Shades of Lochinvar #428E80

Tints of Lochinvar #428E80

RGB

 RED value IS 66 (26.17% from 255) = 19.64%

 GREEN value IS 142 (55.86% from 255) = 42.26%

 BLUE value IS 128 (50.39% from 255) = 38.1%

R = 19.64%
G = 42.26%
B = 38.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#428E80 (or 0x428E80) is known color: Lochinvar. HEX triplet: 42, 8E and 80. RGB value is (66,142,128). Sum of RGB (Red+Green+Blue) = 66+142+128=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 142 (55.86% from 255 or 42.26% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 142 - color contains mainly: green. Hex color #428E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428E80 is #BD717F. Grayscale: #757575. Windows color (decimal): -12415360 or 8425026. OLE color: 8425026.

HSL color Cylindrical-coordinate representation of color #428E80: hue angle of 168.95º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #428E80 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 142 128 -
CMYK 0.54 0 0.10 0.44
HSL 168.95º 0.37% 0.41% -
HSV(B) 168.95º 0.54% 0.56% -
XYZ 15.82 22.06 23.85 -
YUV 117.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 66 142 128 0.54 0 0.10 0.44 168.95 0.37 0.41
Hex 42 8E 80 36 0 A 2C A9 25 29
Octal 102 216 200 66 0 12 54 251 45 51
Binary 1000010 10001110 10000000 110110 0 1010 101100 10101001 100101 101001

Color Harmonies of #428E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428E80

Black with #428E80

Text Example


Text Example

White with #428E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428E80; }

 p { color: rgb(66,142,128); }

 H1.HeaderClassName
 {
   color: #428E80;
 }
 .AnyTagClassName
 {
   color: #428E80;
 }
</style>

background-color css

<style>
 a { background-color: #428E80; }

 a { background-color: rgb(66,142,128); }

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

border-color css

<style>
 span { border-color: #428E80; }

 span { border-color: rgb(66,142,128); }

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