Html Css Color HEX #5FACB2 Fountain Blue

📋 copy color: '#5FACB2'

red 95 ◦ green 172 ◦ blue 178

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

Shades of Fountain Blue #5FACB2

Tints of Fountain Blue #5FACB2

RGB

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

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

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

R = 21.35%
G = 38.65%
B = 40%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5FACB2 (or 0x5FACB2) is known color: Fountain Blue. HEX triplet: 5F, AC and B2. RGB value is (95,172,178). Sum of RGB (Red+Green+Blue) = 95+172+178=445 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.35% from 445); Green value is 172 (67.58% from 255 or 38.65% from 445); Blue value is 178 (69.92% from 255 or 40% from 445); Max value from RGB is 178 - color contains mainly: blue. Hex color #5FACB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FACB2 is #A0534D. Grayscale: #959595. Windows color (decimal): -10507086 or 11709535. OLE color: 11709535.

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

Color convert

RGB 95 172 178 -
CMYK 0.47 0.03 0 0.30
HSL 184.34º 0.35% 0.54% -
HSV(B) 184.34º 0.47% 0.7% -
XYZ 27.51 35.15 47.45 -
YUV 149.66 143.99 89.01 -
System Red Green Blue C M Y K H S L
Decimal 95 172 178 0.47 0.03 0 0.30 184.34 0.35 0.54
Hex 5F AC B2 2F 3 0 1E B8 23 36
Octal 137 254 262 57 3 0 36 270 43 66
Binary 1011111 10101100 10110010 101111 11 0 11110 10111000 100011 110110

Color Harmonies of #5FACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FACB2

Black with #5FACB2

Text Example


Text Example

White with #5FACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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