Html Css Color HEX #4CACAE Fountain Blue

📋 copy color: '#4CACAE'

red 76 ◦ green 172 ◦ blue 174

#4CACAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #4CACAE

Tints of Fountain Blue #4CACAE

RGB

 RED value IS 76 (30.08% from 255) = 18.01%

 GREEN value IS 172 (67.58% from 255) = 40.76%

 BLUE value IS 174 (68.36% from 255) = 41.23%

R = 18.01%
G = 40.76%
B = 41.23%

CMYK

 C value IS 0.56

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4CACAE (or 0x4CACAE) is known color: Fountain Blue. HEX triplet: 4C, AC and AE. RGB value is (76,172,174). Sum of RGB (Red+Green+Blue) = 76+172+174=422 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.01% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #4CACAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CACAE is #B35351. Grayscale: #8F8F8F. Windows color (decimal): -11752274 or 11447372. OLE color: 11447372.

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

Color convert

RGB 76 172 174 -
CMYK 0.56 0.01 0 0.32
HSL 181.22º 0.39% 0.49% -
HSV(B) 181.22º 0.56% 0.68% -
XYZ 25.37 34.1 45.29 -
YUV 143.52 145.2 79.84 -
System Red Green Blue C M Y K H S L
Decimal 76 172 174 0.56 0.01 0 0.32 181.22 0.39 0.49
Hex 4C AC AE 38 1 0 20 B5 27 31
Octal 114 254 256 70 1 0 40 265 47 61
Binary 1001100 10101100 10101110 111000 1 0 100000 10110101 100111 110001

Color Harmonies of #4CACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CACAE

Black with #4CACAE

Text Example


Text Example

White with #4CACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CACAE;
 }
 .AnyTagClassName
 {
   color: #4CACAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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