#4BAE8A

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

Shades of Gossamer #4BAE8A

Tints of Gossamer #4BAE8A

Color information

#4BAE8A (or 0x4BAE8A) is unknown color: approx Gossamer. HEX triplet: 4B, AE and 8A. RGB value is (75,174,138). Sum of RGB (Red+Green+Blue) = 75+174+138=387 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.38% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #4BAE8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAE8A is #B45175. Grayscale: #8C8C8C. Windows color (decimal): -11817334 or 9088587. OLE color: 9088587.

HSL color Cylindrical-coordinate representation of color #4BAE8A: hue angle of 158.18º 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 #4BAE8A is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB75174138-
CMYK0.5700.210.32
HSL158.18º39.76%48.82%-
HSV(B)158.18º56.9%68.24%-
XYZ22.6333.629.34-
YUV140.29126.781.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.38%
GREEN value IS 174 (68.36% from 255) = 44.96%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=19.38%
G=44.96%
B=35.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal751741380.5700.210.32158.1839.7648.82
Hex4BAE8A39015209e2831
Octal11325621271025402365061
Binary1001011101011101000101011100101010110000010011110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,174,138); }

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

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

 a { background-color: rgb(75,174,138); }

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

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

 span { border-color: rgb(75,174,138); }

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