#4CACAC

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

Shades of Fountain Blue #4CACAC

Tints of Fountain Blue #4CACAC

Color information

#4CACAC (or 0x4CACAC) is unknown color: approx Fountain Blue. HEX triplet: 4C, AC and AC. RGB value is (76,172,172). Sum of RGB (Red+Green+Blue) = 76+172+172=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #4CACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CACAC is #B35353. Grayscale: #8F8F8F. Windows color (decimal): -11752276 or 11316300. OLE color: 11316300.

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

Color convert

RGB76172172-
CMYK0.56000.33
HSL180º38.71%48.63%-
HSV(B)180º55.81%67.45%-
XYZ25.1834.0244.27-
YUV143.3144.280-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.10%
GREEN value IS 172 (67.58% from 255) = 40.95%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=18.10%
G=40.95%
B=40.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761721720.56000.3318038.7148.63
Hex4CACAC380021b42731
Octal1142542547000412644761
Binary100110010101100101011001110000010000110110100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,172,172); }

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

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

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

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

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

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

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