Html Css Color HEX #5ABDB8 Fountain Blue

📋 copy color: '#5ABDB8'

red 90 ◦ green 189 ◦ blue 184

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

Shades of Fountain Blue #5ABDB8

Tints of Fountain Blue #5ABDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.74%

R = 19.44%
G = 40.82%
B = 39.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#5ABDB8 (or 0x5ABDB8) is known color: Fountain Blue. HEX triplet: 5A, BD and B8. RGB value is (90,189,184). Sum of RGB (Red+Green+Blue) = 90+189+184=463 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.44% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDB8 is #A54247. Grayscale: #9E9E9E. Windows color (decimal): -10830408 or 12107098. OLE color: 12107098.

HSL color Cylindrical-coordinate representation of color #5ABDB8: hue angle of 176.97º 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 #5ABDB8 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 189 184 -
CMYK 0.52 0 0.03 0.26
HSL 176.97º 0.43% 0.55% -
HSV(B) 176.97º 0.52% 0.74% -
XYZ 31.07 42.03 51.82 -
YUV 158.83 142.2 78.91 -
System Red Green Blue C M Y K H S L
Decimal 90 189 184 0.52 0 0.03 0.26 176.97 0.43 0.55
Hex 5A BD B8 34 0 3 1A B1 2B 37
Octal 132 275 270 64 0 3 32 261 53 67
Binary 1011010 10111101 10111000 110100 0 11 11010 10110001 101011 110111

Color Harmonies of #5ABDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABDB8

Black with #5ABDB8

Text Example


Text Example

White with #5ABDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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