Html Css Color HEX #3B8982 Lochinvar

📋 copy color: '#3B8982'

red 59 ◦ green 137 ◦ blue 130

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

Shades of Lochinvar #3B8982

Tints of Lochinvar #3B8982

RGB

 RED value IS 59 (23.44% from 255) = 18.1%

 GREEN value IS 137 (53.91% from 255) = 42.02%

 BLUE value IS 130 (51.17% from 255) = 39.88%

R = 18.1%
G = 42.02%
B = 39.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#3B8982 (or 0x3B8982) is known color: Lochinvar. HEX triplet: 3B, 89 and 82. RGB value is (59,137,130). Sum of RGB (Red+Green+Blue) = 59+137+130=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #3B8982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8982 is #C4767D. Grayscale: #707070. Windows color (decimal): -12875390 or 8554811. OLE color: 8554811.

HSL color Cylindrical-coordinate representation of color #3B8982: hue angle of 174.62º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B8982 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 59 137 130 -
CMYK 0.57 0 0.05 0.46
HSL 174.62º 0.4% 0.38% -
HSV(B) 174.62º 0.57% 0.54% -
XYZ 14.78 20.43 24.28 -
YUV 112.88 137.66 89.57 -
System Red Green Blue C M Y K H S L
Decimal 59 137 130 0.57 0 0.05 0.46 174.62 0.4 0.38
Hex 3B 89 82 39 0 5 2E AF 28 26
Octal 73 211 202 71 0 5 56 257 50 46
Binary 111011 10001001 10000010 111001 0 101 101110 10101111 101000 100110

Color Harmonies of #3B8982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8982

Black with #3B8982

Text Example


Text Example

White with #3B8982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,137,130); }

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

background-color css

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

 a { background-color: rgb(59,137,130); }

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

border-color css

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

 span { border-color: rgb(59,137,130); }

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