Html Css Color HEX #44988B Lochinvar

📋 copy color: '#44988B'

red 68 ◦ green 152 ◦ blue 139

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

Shades of Lochinvar #44988B

Tints of Lochinvar #44988B

RGB

 RED value IS 68 (26.95% from 255) = 18.94%

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

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

R = 18.94%
G = 42.34%
B = 38.72%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#44988B (or 0x44988B) is known color: Lochinvar. HEX triplet: 44, 98 and 8B. RGB value is (68,152,139). Sum of RGB (Red+Green+Blue) = 68+152+139=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #44988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44988B is #BB6774. Grayscale: #7D7D7D. Windows color (decimal): -12281717 or 9148484. OLE color: 9148484.

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

Color convert

RGB 68 152 139 -
CMYK 0.55 0 0.09 0.40
HSL 170.71º 0.38% 0.43% -
HSV(B) 170.71º 0.55% 0.6% -
XYZ 18.27 25.55 28.39 -
YUV 125.4 135.67 87.06 -
System Red Green Blue C M Y K H S L
Decimal 68 152 139 0.55 0 0.09 0.40 170.71 0.38 0.43
Hex 44 98 8B 37 0 9 28 AB 26 2B
Octal 104 230 213 67 0 11 50 253 46 53
Binary 1000100 10011000 10001011 110111 0 1001 101000 10101011 100110 101011

Color Harmonies of #44988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44988B

Black with #44988B

Text Example


Text Example

White with #44988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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