Html Css Color HEX #5FB4AF Fountain Blue

📋 copy color: '#5FB4AF'

red 95 ◦ green 180 ◦ blue 175

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

Shades of Fountain Blue #5FB4AF

Tints of Fountain Blue #5FB4AF

RGB

 RED value IS 95 (37.5% from 255) = 21.11%

 GREEN value IS 180 (70.7% from 255) = 40%

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 21.11%
G = 40%
B = 38.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#5FB4AF (or 0x5FB4AF) is known color: Fountain Blue. HEX triplet: 5F, B4 and AF. RGB value is (95,180,175). Sum of RGB (Red+Green+Blue) = 95+180+175=450 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.11% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB4AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB4AF is #A04B50. Grayscale: #999999. Windows color (decimal): -10505041 or 11514975. OLE color: 11514975.

HSL color Cylindrical-coordinate representation of color #5FB4AF: hue angle of 176.47º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB4AF is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 95 180 175 -
CMYK 0.47 0 0.03 0.29
HSL 176.47º 0.36% 0.54% -
HSV(B) 176.47º 0.47% 0.71% -
XYZ 28.78 38.17 46.41 -
YUV 154.02 139.84 85.91 -
System Red Green Blue C M Y K H S L
Decimal 95 180 175 0.47 0 0.03 0.29 176.47 0.36 0.54
Hex 5F B4 AF 2F 0 3 1D B0 24 36
Octal 137 264 257 57 0 3 35 260 44 66
Binary 1011111 10110100 10101111 101111 0 11 11101 10110000 100100 110110

Color Harmonies of #5FB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB4AF

Black with #5FB4AF

Text Example


Text Example

White with #5FB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FB4AF; }

 p { color: rgb(95,180,175); }

 H1.HeaderClassName
 {
   color: #5FB4AF;
 }
 .AnyTagClassName
 {
   color: #5FB4AF;
 }
</style>

background-color css

<style>
 a { background-color: #5FB4AF; }

 a { background-color: rgb(95,180,175); }

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

border-color css

<style>
 span { border-color: #5FB4AF; }

 span { border-color: rgb(95,180,175); }

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