Html Css Color HEX #48988B Lochinvar

📋 copy color: '#48988B'

red 72 ◦ green 152 ◦ blue 139

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

Shades of Lochinvar #48988B

Tints of Lochinvar #48988B

RGB

 RED value IS 72 (28.52% from 255) = 19.83%

 GREEN value IS 152 (59.77% from 255) = 41.87%

 BLUE value IS 139 (54.69% from 255) = 38.29%

R = 19.83%
G = 41.87%
B = 38.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#48988B (or 0x48988B) is known color: Lochinvar. HEX triplet: 48, 98 and 8B. RGB value is (72,152,139). Sum of RGB (Red+Green+Blue) = 72+152+139=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 152 (59.77% from 255 or 41.87% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 152 - color contains mainly: green. Hex color #48988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48988B is #B76774. Grayscale: #7E7E7E. Windows color (decimal): -12019573 or 9148488. OLE color: 9148488.

HSL color Cylindrical-coordinate representation of color #48988B: hue angle of 170.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48988B is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 152 139 -
CMYK 0.53 0 0.09 0.40
HSL 170.25º 0.36% 0.44% -
HSV(B) 170.25º 0.53% 0.6% -
XYZ 18.56 25.7 28.41 -
YUV 126.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 72 152 139 0.53 0 0.09 0.40 170.25 0.36 0.44
Hex 48 98 8B 35 0 9 28 AA 24 2C
Octal 110 230 213 65 0 11 50 252 44 54
Binary 1001000 10011000 10001011 110101 0 1001 101000 10101010 100100 101100

Color Harmonies of #48988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48988B

Black with #48988B

Text Example


Text Example

White with #48988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48988B; }

 p { color: rgb(72,152,139); }

 H1.HeaderClassName
 {
   color: #48988B;
 }
 .AnyTagClassName
 {
   color: #48988B;
 }
</style>

background-color css

<style>
 a { background-color: #48988B; }

 a { background-color: rgb(72,152,139); }

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

border-color css

<style>
 span { border-color: #48988B; }

 span { border-color: rgb(72,152,139); }

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