Html Css Color HEX #5ABDBA Fountain Blue

📋 copy color: '#5ABDBA'

red 90 ◦ green 189 ◦ blue 186

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

Shades of Fountain Blue #5ABDBA

Tints of Fountain Blue #5ABDBA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.65%

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

R = 19.35%
G = 40.65%
B = 40%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#5ABDBA (or 0x5ABDBA) is known color: Fountain Blue. HEX triplet: 5A, BD and BA. RGB value is (90,189,186). Sum of RGB (Red+Green+Blue) = 90+189+186=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDBA is #A54245. Grayscale: #9E9E9E. Windows color (decimal): -10830406 or 12238170. OLE color: 12238170.

HSL color Cylindrical-coordinate representation of color #5ABDBA: hue angle of 178.18º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABDBA is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 189 186 -
CMYK 0.52 0 0.02 0.26
HSL 178.18º 0.43% 0.55% -
HSV(B) 178.18º 0.52% 0.74% -
XYZ 31.28 42.11 52.93 -
YUV 159.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 90 189 186 0.52 0 0.02 0.26 178.18 0.43 0.55
Hex 5A BD BA 34 0 2 1A B2 2B 37
Octal 132 275 272 64 0 2 32 262 53 67
Binary 1011010 10111101 10111010 110100 0 10 11010 10110010 101011 110111

Color Harmonies of #5ABDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDBA

Black with #5ABDBA

Text Example


Text Example

White with #5ABDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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