Html Css Color HEX #5AB6B5 Fountain Blue

📋 copy color: '#5AB6B5'

red 90 ◦ green 182 ◦ blue 181

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

Shades of Fountain Blue #5AB6B5

Tints of Fountain Blue #5AB6B5

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.18%

 BLUE value IS 181 (71.09% from 255) = 39.96%

R = 19.87%
G = 40.18%
B = 39.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#5AB6B5 (or 0x5AB6B5) is known color: Fountain Blue. HEX triplet: 5A, B6 and B5. RGB value is (90,182,181). Sum of RGB (Red+Green+Blue) = 90+182+181=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 182 - color contains mainly: green. Hex color #5AB6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB6B5 is #A5494A. Grayscale: #9A9A9A. Windows color (decimal): -10832203 or 11908698. OLE color: 11908698.

HSL color Cylindrical-coordinate representation of color #5AB6B5: hue angle of 179.35º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB6B5 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 182 181 -
CMYK 0.51 0 0.01 0.29
HSL 179.35º 0.39% 0.53% -
HSV(B) 179.35º 0.51% 0.71% -
XYZ 29.28 38.97 49.69 -
YUV 154.38 143.02 82.08 -
System Red Green Blue C M Y K H S L
Decimal 90 182 181 0.51 0 0.01 0.29 179.35 0.39 0.53
Hex 5A B6 B5 33 0 1 1D B3 27 35
Octal 132 266 265 63 0 1 35 263 47 65
Binary 1011010 10110110 10110101 110011 0 1 11101 10110011 100111 110101

Color Harmonies of #5AB6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB6B5

Black with #5AB6B5

Text Example


Text Example

White with #5AB6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,182,181); }

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

background-color css

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

 a { background-color: rgb(90,182,181); }

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

border-color css

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

 span { border-color: rgb(90,182,181); }

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