#4CAEAE

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

Shades of Fountain Blue #4CAEAE

Tints of Fountain Blue #4CAEAE

Color information

#4CAEAE (or 0x4CAEAE) is unknown color: approx Fountain Blue. HEX triplet: 4C, AE and AE. RGB value is (76,174,174). Sum of RGB (Red+Green+Blue) = 76+174+174=424 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.92% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #4CAEAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAEAE is #B35151. Grayscale: #909090. Windows color (decimal): -11751762 or 11447884. OLE color: 11447884.

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

Color convert

RGB76174174-
CMYK0.56000.32
HSL180º39.2%49.02%-
HSV(B)180º56.32%68.24%-
XYZ25.7634.8645.42-
YUV144.7144.5379-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.92%
GREEN value IS 174 (68.36% from 255) = 41.04%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=17.92%
G=41.04%
B=41.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761741740.56000.3218039.249.02
Hex4CAEAE380020b42731
Octal1142562567000402644761
Binary100110010101110101011101110000010000010110100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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