Html Css Color HEX #4BACAD Fountain Blue

📋 copy color: '#4BACAD'

red 75 ◦ green 172 ◦ blue 173

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

Shades of Fountain Blue #4BACAD

Tints of Fountain Blue #4BACAD

RGB

 RED value IS 75 (29.69% from 255) = 17.86%

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

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 17.86%
G = 40.95%
B = 41.19%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4BACAD (or 0x4BACAD) is known color: Fountain Blue. HEX triplet: 4B, AC and AD. RGB value is (75,172,173). Sum of RGB (Red+Green+Blue) = 75+172+173=420 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.86% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #4BACAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BACAD is #B45352. Grayscale: #8F8F8F. Windows color (decimal): -11817811 or 11381835. OLE color: 11381835.

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

Color convert

RGB 75 172 173 -
CMYK 0.57 0.01 0 0.32
HSL 180.61º 0.4% 0.49% -
HSV(B) 180.61º 0.57% 0.68% -
XYZ 25.2 34.02 44.77 -
YUV 143.11 144.86 79.42 -
System Red Green Blue C M Y K H S L
Decimal 75 172 173 0.57 0.01 0 0.32 180.61 0.4 0.49
Hex 4B AC AD 39 1 0 20 B5 28 31
Octal 113 254 255 71 1 0 40 265 50 61
Binary 1001011 10101100 10101101 111001 1 0 100000 10110101 101000 110001

Color Harmonies of #4BACAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BACAD

Black with #4BACAD

Text Example


Text Example

White with #4BACAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,172,173); }

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

background-color css

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

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

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

border-color css

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

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

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