#4CA988

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

Shades of Gossamer #4CA988

Tints of Gossamer #4CA988

Color information

#4CA988 (or 0x4CA988) is unknown color: approx Gossamer. HEX triplet: 4C, A9 and 88. RGB value is (76,169,136). Sum of RGB (Red+Green+Blue) = 76+169+136=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 169 - color contains mainly: green. Hex color #4CA988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA988 is #B35677. Grayscale: #898989. Windows color (decimal): -11753080 or 8956236. OLE color: 8956236.

HSL color Cylindrical-coordinate representation of color #4CA988: hue angle of 158.71º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CA988 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB76169136-
CMYK0.5500.200.34
HSL158.71º37.96%48.04%-
HSV(B)158.71º55.03%66.27%-
XYZ21.6131.6928.27-
YUV137.43127.1984.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.95%
GREEN value IS 169 (66.41% from 255) = 44.36%
BLUE value IS 136 (53.52% from 255) = 35.70%
R=19.95%
G=44.36%
B=35.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal761691360.5500.200.34158.7137.9648.04
Hex4CA98837014229f2630
Octal11425121067024422374660
Binary1001100101010011000100011011101010010001010011111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,169,136); }

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

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

 a { background-color: rgb(76,169,136); }

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

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

 span { border-color: rgb(76,169,136); }

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