Html Css Color HEX #43998E Lochinvar

📋 copy color: '#43998E'

red 67 ◦ green 153 ◦ blue 142

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

Shades of Lochinvar #43998E

Tints of Lochinvar #43998E

RGB

 RED value IS 67 (26.56% from 255) = 18.51%

 GREEN value IS 153 (60.16% from 255) = 42.27%

 BLUE value IS 142 (55.86% from 255) = 39.23%

R = 18.51%
G = 42.27%
B = 39.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#43998E (or 0x43998E) is known color: Lochinvar. HEX triplet: 43, 99 and 8E. RGB value is (67,153,142). Sum of RGB (Red+Green+Blue) = 67+153+142=362 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.51% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #43998E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43998E is #BC6671. Grayscale: #7D7D7D. Windows color (decimal): -12346994 or 9345347. OLE color: 9345347.

HSL color Cylindrical-coordinate representation of color #43998E: hue angle of 172.33º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43998E is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 67 153 142 -
CMYK 0.56 0 0.07 0.4
HSL 172.33º 0.39% 0.43% -
HSV(B) 172.33º 0.56% 0.6% -
XYZ 18.59 25.93 29.62 -
YUV 126.03 137.01 85.89 -
System Red Green Blue C M Y K H S L
Decimal 67 153 142 0.56 0 0.07 0.4 172.33 0.39 0.43
Hex 43 99 8E 38 0 7 28 AC 27 2B
Octal 103 231 216 70 0 7 50 254 47 53
Binary 1000011 10011001 10001110 111000 0 111 101000 10101100 100111 101011

Color Harmonies of #43998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43998E

Black with #43998E

Text Example


Text Example

White with #43998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43998E; }

 p { color: rgb(67,153,142); }

 H1.HeaderClassName
 {
   color: #43998E;
 }
 .AnyTagClassName
 {
   color: #43998E;
 }
</style>

background-color css

<style>
 a { background-color: #43998E; }

 a { background-color: rgb(67,153,142); }

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

border-color css

<style>
 span { border-color: #43998E; }

 span { border-color: rgb(67,153,142); }

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