Html Css Color HEX #428D86 Lochinvar

📋 copy color: '#428D86'

red 66 ◦ green 141 ◦ blue 134

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

Shades of Lochinvar #428D86

Tints of Lochinvar #428D86

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.35%

 BLUE value IS 134 (52.73% from 255) = 39.3%

R = 19.35%
G = 41.35%
B = 39.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#428D86 (or 0x428D86) is known color: Lochinvar. HEX triplet: 42, 8D and 86. RGB value is (66,141,134). Sum of RGB (Red+Green+Blue) = 66+141+134=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 141 - color contains mainly: green. Hex color #428D86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428D86 is #BD7279. Grayscale: #757575. Windows color (decimal): -12415610 or 8817986. OLE color: 8817986.

HSL color Cylindrical-coordinate representation of color #428D86: hue angle of 174.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #428D86 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 141 134 -
CMYK 0.53 0 0.05 0.45
HSL 174.4º 0.36% 0.41% -
HSV(B) 174.4º 0.53% 0.55% -
XYZ 16.07 21.93 25.94 -
YUV 117.78 137.15 91.07 -
System Red Green Blue C M Y K H S L
Decimal 66 141 134 0.53 0 0.05 0.45 174.4 0.36 0.41
Hex 42 8D 86 35 0 5 2D AE 24 29
Octal 102 215 206 65 0 5 55 256 44 51
Binary 1000010 10001101 10000110 110101 0 101 101101 10101110 100100 101001

Color Harmonies of #428D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D86

Black with #428D86

Text Example


Text Example

White with #428D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,141,134); }

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

background-color css

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

 a { background-color: rgb(66,141,134); }

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

border-color css

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

 span { border-color: rgb(66,141,134); }

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