#4BA78E

Color #4BA78E Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #4BA78E

Tints of Gossamer #4BA78E

Color information

#4BA78E (or 0x4BA78E) is unknown color: approx Gossamer. HEX triplet: 4B, A7 and 8E. RGB value is (75,167,142). Sum of RGB (Red+Green+Blue) = 75+167+142=384 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.53% from 384); Green value is 167 (65.62% from 255 or 43.49% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 167 - color contains mainly: green. Hex color #4BA78E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA78E is #B45871. Grayscale: #888888. Windows color (decimal): -11819122 or 9348939. OLE color: 9348939.

HSL color Cylindrical-coordinate representation of color #4BA78E: hue angle of 163.7º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA78E is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB75167142-
CMYK0.5500.150.35
HSL163.7º38.02%47.45%-
HSV(B)163.7º55.09%65.49%-
XYZ21.631.0930.45-
YUV136.64131.0284.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.53%
GREEN value IS 167 (65.62% from 255) = 43.49%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=19.53%
G=43.49%
B=36.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal751671420.5500.150.35163.738.0247.45
Hex4BA78E370F23a4262f
Octal11324721667017432444657
Binary100101110100111100011101101110111110001110100100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BA78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,167,142); }

 H1.HeaderClassName
 {
   color: #4BA78E;
 }
 .AnyTagClassName
 {
   color: #4BA78E;
 }
</style>
background-color css

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

 a { background-color: rgb(75,167,142); }

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

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

 span { border-color: rgb(75,167,142); }

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