Html Css Color HEX #5AB7B2 Fountain Blue

📋 copy color: '#5AB7B2'

red 90 ◦ green 183 ◦ blue 178

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

Shades of Fountain Blue #5AB7B2

Tints of Fountain Blue #5AB7B2

RGB

 RED value IS 90 (35.55% from 255) = 19.96%

 GREEN value IS 183 (71.88% from 255) = 40.58%

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

R = 19.96%
G = 40.58%
B = 39.47%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#5AB7B2 (or 0x5AB7B2) is known color: Fountain Blue. HEX triplet: 5A, B7 and B2. RGB value is (90,183,178). Sum of RGB (Red+Green+Blue) = 90+183+178=451 (59% of max value = 765). Red value is 90 (35.55% from 255 or 19.96% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB7B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB7B2 is #A5484D. Grayscale: #9A9A9A. Windows color (decimal): -10831950 or 11712346. OLE color: 11712346.

HSL color Cylindrical-coordinate representation of color #5AB7B2: hue angle of 176.77º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB7B2 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 90 183 178 -
CMYK 0.51 0 0.03 0.28
HSL 176.77º 0.39% 0.54% -
HSV(B) 176.77º 0.51% 0.72% -
XYZ 29.19 39.25 48.16 -
YUV 154.62 141.19 81.91 -
System Red Green Blue C M Y K H S L
Decimal 90 183 178 0.51 0 0.03 0.28 176.77 0.39 0.54
Hex 5A B7 B2 33 0 3 1C B1 27 36
Octal 132 267 262 63 0 3 34 261 47 66
Binary 1011010 10110111 10110010 110011 0 11 11100 10110001 100111 110110

Color Harmonies of #5AB7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB7B2

Black with #5AB7B2

Text Example


Text Example

White with #5AB7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,183,178); }

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

background-color css

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

 a { background-color: rgb(90,183,178); }

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

border-color css

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

 span { border-color: rgb(90,183,178); }

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