#4BAC87

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

Shades of Gossamer #4BAC87

Tints of Gossamer #4BAC87

Color information

#4BAC87 (or 0x4BAC87) is unknown color: approx Gossamer. HEX triplet: 4B, AC and 87. RGB value is (75,172,135). Sum of RGB (Red+Green+Blue) = 75+172+135=382 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.63% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAC87 is #B45378. Grayscale: #8A8A8A. Windows color (decimal): -11817849 or 8891467. OLE color: 8891467.

HSL color Cylindrical-coordinate representation of color #4BAC87: hue angle of 157.11º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAC87 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB75172135-
CMYK0.5600.220.33
HSL157.11º39.27%48.43%-
HSV(B)157.11º56.4%67.45%-
XYZ22.0332.7528.08-
YUV138.78125.8682.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.63%
GREEN value IS 172 (67.58% from 255) = 45.03%
BLUE value IS 135 (53.12% from 255) = 35.34%
R=19.63%
G=45.03%
B=35.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751721350.5600.220.33157.1139.2748.43
Hex4BAC8738016219d2730
Octal11325420770026412354760
Binary1001011101011001000011111100001011010000110011101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,172,135); }

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

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

 a { background-color: rgb(75,172,135); }

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

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

 span { border-color: rgb(75,172,135); }

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