#4CAA8B

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

Shades of Gossamer #4CAA8B

Tints of Gossamer #4CAA8B

Color information

#4CAA8B (or 0x4CAA8B) is unknown color: approx Gossamer. HEX triplet: 4C, AA and 8B. RGB value is (76,170,139). Sum of RGB (Red+Green+Blue) = 76+170+139=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAA8B is #B35574. Grayscale: #8A8A8A. Windows color (decimal): -11752821 or 9153100. OLE color: 9153100.

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

Color convert

RGB76170139-
CMYK0.5500.180.33
HSL160.21º38.21%48.24%-
HSV(B)160.21º55.29%66.67%-
XYZ22.0232.1529.47-
YUV138.36128.3683.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.74%
GREEN value IS 170 (66.80% from 255) = 44.16%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=19.74%
G=44.16%
B=36.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761701390.5500.180.33160.2138.2148.24
Hex4CAA8B3701221a02630
Octal11425221367022412404660
Binary1001100101010101000101111011101001010000110100000100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,170,139); }

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

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

 a { background-color: rgb(76,170,139); }

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

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

 span { border-color: rgb(76,170,139); }

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