Html Css Color HEX #5AABAB Fountain Blue

📋 copy color: '#5AABAB'

red 90 ◦ green 171 ◦ blue 171

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

Shades of Fountain Blue #5AABAB

Tints of Fountain Blue #5AABAB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.58%

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

R = 20.83%
G = 39.58%
B = 39.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5AABAB (or 0x5AABAB) is known color: Fountain Blue. HEX triplet: 5A, AB and AB. RGB value is (90,171,171). Sum of RGB (Red+Green+Blue) = 90+171+171=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #5AABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AABAB is #A55454. Grayscale: #929292. Windows color (decimal): -10835029 or 11250522. OLE color: 11250522.

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

Color convert

RGB 90 171 171 -
CMYK 0.47 0 0 0.33
HSL 180º 0.33% 0.51% -
HSV(B) 180º 0.47% 0.67% -
XYZ 26.13 34.24 43.76 -
YUV 146.78 141.66 87.5 -
System Red Green Blue C M Y K H S L
Decimal 90 171 171 0.47 0 0 0.33 180 0.33 0.51
Hex 5A AB AB 2F 0 0 21 B4 21 33
Octal 132 253 253 57 0 0 41 264 41 63
Binary 1011010 10101011 10101011 101111 0 0 100001 10110100 100001 110011

Color Harmonies of #5AABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AABAB

Black with #5AABAB

Text Example


Text Example

White with #5AABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,171,171); }

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

background-color css

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

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

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

border-color css

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

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

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