Html Css Color HEX #5FB4B2 Fountain Blue

📋 copy color: '#5FB4B2'

red 95 ◦ green 180 ◦ blue 178

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

Shades of Fountain Blue #5FB4B2

Tints of Fountain Blue #5FB4B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.29%

R = 20.97%
G = 39.74%
B = 39.29%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#5FB4B2 (or 0x5FB4B2) is known color: Fountain Blue. HEX triplet: 5F, B4 and B2. RGB value is (95,180,178). Sum of RGB (Red+Green+Blue) = 95+180+178=453 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.97% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 178 (69.92% from 255 or 39.29% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB4B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB4B2 is #A04B4D. Grayscale: #9A9A9A. Windows color (decimal): -10505038 or 11711583. OLE color: 11711583.

HSL color Cylindrical-coordinate representation of color #5FB4B2: hue angle of 178.59º 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 #5FB4B2 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 95 180 178 -
CMYK 0.47 0 0.01 0.29
HSL 178.59º 0.36% 0.54% -
HSV(B) 178.59º 0.47% 0.71% -
XYZ 29.08 38.29 47.98 -
YUV 154.36 141.34 85.66 -
System Red Green Blue C M Y K H S L
Decimal 95 180 178 0.47 0 0.01 0.29 178.59 0.36 0.54
Hex 5F B4 B2 2F 0 1 1D B3 24 36
Octal 137 264 262 57 0 1 35 263 44 66
Binary 1011111 10110100 10110010 101111 0 1 11101 10110011 100100 110110

Color Harmonies of #5FB4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB4B2

Black with #5FB4B2

Text Example


Text Example

White with #5FB4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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