Html Css Color HEX #4FBAB6 Fountain Blue

📋 copy color: '#4FBAB6'

red 79 ◦ green 186 ◦ blue 182

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

Shades of Fountain Blue #4FBAB6

Tints of Fountain Blue #4FBAB6

RGB

 RED value IS 79 (31.25% from 255) = 17.67%

 GREEN value IS 186 (73.05% from 255) = 41.61%

 BLUE value IS 182 (71.48% from 255) = 40.72%

R = 17.67%
G = 41.61%
B = 40.72%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#4FBAB6 (or 0x4FBAB6) is known color: Fountain Blue. HEX triplet: 4F, BA and B6. RGB value is (79,186,182). Sum of RGB (Red+Green+Blue) = 79+186+182=447 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.67% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBAB6 is #B04549. Grayscale: #999999. Windows color (decimal): -11552074 or 11975247. OLE color: 11975247.

HSL color Cylindrical-coordinate representation of color #4FBAB6: hue angle of 177.76º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBAB6 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 79 186 182 -
CMYK 0.58 0 0.02 0.27
HSL 177.76º 0.44% 0.52% -
HSV(B) 177.76º 0.58% 0.73% -
XYZ 29.23 40.16 50.47 -
YUV 153.55 144.05 74.83 -
System Red Green Blue C M Y K H S L
Decimal 79 186 182 0.58 0 0.02 0.27 177.76 0.44 0.52
Hex 4F BA B6 3A 0 2 1B B2 2C 34
Octal 117 272 266 72 0 2 33 262 54 64
Binary 1001111 10111010 10110110 111010 0 10 11011 10110010 101100 110100

Color Harmonies of #4FBAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBAB6

Black with #4FBAB6

Text Example


Text Example

White with #4FBAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,186,182); }

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

background-color css

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

 a { background-color: rgb(79,186,182); }

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

border-color css

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

 span { border-color: rgb(79,186,182); }

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