Html Css Color HEX #5ABABA Fountain Blue

📋 copy color: '#5ABABA'

red 90 ◦ green 186 ◦ blue 186

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

Shades of Fountain Blue #5ABABA

Tints of Fountain Blue #5ABABA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.26%

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 19.48%
G = 40.26%
B = 40.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5ABABA (or 0x5ABABA) is known color: Fountain Blue. HEX triplet: 5A, BA and BA. RGB value is (90,186,186). Sum of RGB (Red+Green+Blue) = 90+186+186=462 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.48% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #5ABABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABABA is #A54545. Grayscale: #9D9D9D. Windows color (decimal): -10831174 or 12237402. OLE color: 12237402.

HSL color Cylindrical-coordinate representation of color #5ABABA: hue angle of 180º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABABA is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 186 186 -
CMYK 0.52 0 0 0.27
HSL 180º 0.41% 0.54% -
HSV(B) 180º 0.52% 0.73% -
XYZ 30.64 40.84 52.72 -
YUV 157.3 144.2 80 -
System Red Green Blue C M Y K H S L
Decimal 90 186 186 0.52 0 0 0.27 180 0.41 0.54
Hex 5A BA BA 34 0 0 1B B4 29 36
Octal 132 272 272 64 0 0 33 264 51 66
Binary 1011010 10111010 10111010 110100 0 0 11011 10110100 101001 110110

Color Harmonies of #5ABABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABABA

Black with #5ABABA

Text Example


Text Example

White with #5ABABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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