Html Css Color HEX #3F8E85 Lochinvar

📋 copy color: '#3F8E85'

red 63 ◦ green 142 ◦ blue 133

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

Shades of Lochinvar #3F8E85

Tints of Lochinvar #3F8E85

RGB

 RED value IS 63 (25% from 255) = 18.64%

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

 BLUE value IS 133 (52.34% from 255) = 39.35%

R = 18.64%
G = 42.01%
B = 39.35%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#3F8E85 (or 0x3F8E85) is known color: Lochinvar. HEX triplet: 3F, 8E and 85. RGB value is (63,142,133). Sum of RGB (Red+Green+Blue) = 63+142+133=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8E85 is #C0717A. Grayscale: #757575. Windows color (decimal): -12611963 or 8752703. OLE color: 8752703.

HSL color Cylindrical-coordinate representation of color #3F8E85: hue angle of 173.16º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F8E85 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 142 133 -
CMYK 0.56 0 0.06 0.44
HSL 173.16º 0.39% 0.4% -
HSV(B) 173.16º 0.56% 0.56% -
XYZ 15.96 22.1 25.61 -
YUV 117.35 136.83 89.23 -
System Red Green Blue C M Y K H S L
Decimal 63 142 133 0.56 0 0.06 0.44 173.16 0.39 0.4
Hex 3F 8E 85 38 0 6 2C AD 27 28
Octal 77 216 205 70 0 6 54 255 47 50
Binary 111111 10001110 10000101 111000 0 110 101100 10101101 100111 101000

Color Harmonies of #3F8E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F8E85

Black with #3F8E85

Text Example


Text Example

White with #3F8E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F8E85; }

 p { color: rgb(63,142,133); }

 H1.HeaderClassName
 {
   color: #3F8E85;
 }
 .AnyTagClassName
 {
   color: #3F8E85;
 }
</style>

background-color css

<style>
 a { background-color: #3F8E85; }

 a { background-color: rgb(63,142,133); }

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

border-color css

<style>
 span { border-color: #3F8E85; }

 span { border-color: rgb(63,142,133); }

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