Html Css Color HEX #4BA08F Lochinvar

📋 copy color: '#4BA08F'

red 75 ◦ green 160 ◦ blue 143

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

Shades of Lochinvar #4BA08F

Tints of Lochinvar #4BA08F

RGB

 RED value IS 75 (29.69% from 255) = 19.84%

 GREEN value IS 160 (62.89% from 255) = 42.33%

 BLUE value IS 143 (56.25% from 255) = 37.83%

R = 19.84%
G = 42.33%
B = 37.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#4BA08F (or 0x4BA08F) is known color: Lochinvar. HEX triplet: 4B, A0 and 8F. RGB value is (75,160,143). Sum of RGB (Red+Green+Blue) = 75+160+143=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA08F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA08F is #B45F70. Grayscale: #848484. Windows color (decimal): -11820913 or 9412683. OLE color: 9412683.

HSL color Cylindrical-coordinate representation of color #4BA08F: hue angle of 168º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA08F is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 75 160 143 -
CMYK 0.53 0 0.11 0.37
HSL 168º 0.36% 0.46% -
HSV(B) 168º 0.53% 0.63% -
XYZ 20.43 28.62 30.43 -
YUV 132.65 133.84 86.88 -
System Red Green Blue C M Y K H S L
Decimal 75 160 143 0.53 0 0.11 0.37 168 0.36 0.46
Hex 4B A0 8F 35 0 B 25 A8 24 2E
Octal 113 240 217 65 0 13 45 250 44 56
Binary 1001011 10100000 10001111 110101 0 1011 100101 10101000 100100 101110

Color Harmonies of #4BA08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA08F

Black with #4BA08F

Text Example


Text Example

White with #4BA08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BA08F; }

 p { color: rgb(75,160,143); }

 H1.HeaderClassName
 {
   color: #4BA08F;
 }
 .AnyTagClassName
 {
   color: #4BA08F;
 }
</style>

background-color css

<style>
 a { background-color: #4BA08F; }

 a { background-color: rgb(75,160,143); }

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

border-color css

<style>
 span { border-color: #4BA08F; }

 span { border-color: rgb(75,160,143); }

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