Html Css Color HEX #5BADAB Fountain Blue

📋 copy color: '#5BADAB'

red 91 ◦ green 173 ◦ blue 171

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

Shades of Fountain Blue #5BADAB

Tints of Fountain Blue #5BADAB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.77%

 BLUE value IS 171 (67.19% from 255) = 39.31%

R = 20.92%
G = 39.77%
B = 39.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#5BADAB (or 0x5BADAB) is known color: Fountain Blue. HEX triplet: 5B, AD and AB. RGB value is (91,173,171). Sum of RGB (Red+Green+Blue) = 91+173+171=435 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.92% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 173 - color contains mainly: green. Hex color #5BADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BADAB is #A45254. Grayscale: #949494. Windows color (decimal): -10768981 or 11251035. OLE color: 11251035.

HSL color Cylindrical-coordinate representation of color #5BADAB: hue angle of 178.54º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BADAB is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 173 171 -
CMYK 0.47 0 0.01 0.32
HSL 178.54º 0.33% 0.52% -
HSV(B) 178.54º 0.47% 0.68% -
XYZ 26.61 35.05 43.89 -
YUV 148.25 140.83 87.16 -
System Red Green Blue C M Y K H S L
Decimal 91 173 171 0.47 0 0.01 0.32 178.54 0.33 0.52
Hex 5B AD AB 2F 0 1 20 B3 21 34
Octal 133 255 253 57 0 1 40 263 41 64
Binary 1011011 10101101 10101011 101111 0 1 100000 10110011 100001 110100

Color Harmonies of #5BADAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BADAB

Black with #5BADAB

Text Example


Text Example

White with #5BADAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,173,171); }

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

background-color css

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

 a { background-color: rgb(91,173,171); }

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

border-color css

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

 span { border-color: rgb(91,173,171); }

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