Html Css Color HEX #5BB2AF Fountain Blue

📋 copy color: '#5BB2AF'

red 91 ◦ green 178 ◦ blue 175

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

Shades of Fountain Blue #5BB2AF

Tints of Fountain Blue #5BB2AF

RGB

 RED value IS 91 (35.94% from 255) = 20.5%

 GREEN value IS 178 (69.92% from 255) = 40.09%

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

R = 20.5%
G = 40.09%
B = 39.41%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#5BB2AF (or 0x5BB2AF) is known color: Fountain Blue. HEX triplet: 5B, B2 and AF. RGB value is (91,178,175). Sum of RGB (Red+Green+Blue) = 91+178+175=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #5BB2AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BB2AF is #A44D50. Grayscale: #979797. Windows color (decimal): -10767697 or 11514459. OLE color: 11514459.

HSL color Cylindrical-coordinate representation of color #5BB2AF: hue angle of 177.93º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB2AF is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 91 178 175 -
CMYK 0.49 0 0.02 0.30
HSL 177.93º 0.36% 0.53% -
HSV(B) 177.93º 0.49% 0.7% -
XYZ 27.97 37.16 46.26 -
YUV 151.65 141.18 84.74 -
System Red Green Blue C M Y K H S L
Decimal 91 178 175 0.49 0 0.02 0.30 177.93 0.36 0.53
Hex 5B B2 AF 31 0 2 1E B2 24 35
Octal 133 262 257 61 0 2 36 262 44 65
Binary 1011011 10110010 10101111 110001 0 10 11110 10110010 100100 110101

Color Harmonies of #5BB2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BB2AF

Black with #5BB2AF

Text Example


Text Example

White with #5BB2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,178,175); }

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

background-color css

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

 a { background-color: rgb(91,178,175); }

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

border-color css

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

 span { border-color: rgb(91,178,175); }

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