#4BAD87

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

Shades of Gossamer #4BAD87

Tints of Gossamer #4BAD87

Color information

#4BAD87 (or 0x4BAD87) is unknown color: approx Gossamer. HEX triplet: 4B, AD and 87. RGB value is (75,173,135). Sum of RGB (Red+Green+Blue) = 75+173+135=383 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.58% from 383); Green value is 173 (67.97% from 255 or 45.17% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAD87 is #B45278. Grayscale: #8B8B8B. Windows color (decimal): -11817593 or 8891723. OLE color: 8891723.

HSL color Cylindrical-coordinate representation of color #4BAD87: hue angle of 156.73º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAD87 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB75173135-
CMYK0.5700.220.32
HSL156.73º39.52%48.63%-
HSV(B)156.73º56.65%67.84%-
XYZ22.2233.1328.15-
YUV139.37125.5382.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.58%
GREEN value IS 173 (67.97% from 255) = 45.17%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=19.58%
G=45.17%
B=35.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751731350.5700.220.32156.7339.5248.63
Hex4BAD8739016209d2831
Octal11325520771026402355061
Binary1001011101011011000011111100101011010000010011101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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