Html Css Color HEX #5ABEB7 Fountain Blue

📋 copy color: '#5ABEB7'

red 90 ◦ green 190 ◦ blue 183

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

Shades of Fountain Blue #5ABEB7

Tints of Fountain Blue #5ABEB7

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.04%

 BLUE value IS 183 (71.88% from 255) = 39.52%

R = 19.44%
G = 41.04%
B = 39.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#5ABEB7 (or 0x5ABEB7) is known color: Fountain Blue. HEX triplet: 5A, BE and B7. RGB value is (90,190,183). Sum of RGB (Red+Green+Blue) = 90+190+183=463 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.44% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 183 (71.88% from 255 or 39.52% from 463); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEB7 is #A54148. Grayscale: #9F9F9F. Windows color (decimal): -10830153 or 12041818. OLE color: 12041818.

HSL color Cylindrical-coordinate representation of color #5ABEB7: hue angle of 175.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABEB7 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 190 183 -
CMYK 0.53 0 0.04 0.25
HSL 175.8º 0.43% 0.55% -
HSV(B) 175.8º 0.53% 0.75% -
XYZ 31.18 42.42 51.34 -
YUV 159.3 141.37 78.57 -
System Red Green Blue C M Y K H S L
Decimal 90 190 183 0.53 0 0.04 0.25 175.8 0.43 0.55
Hex 5A BE B7 35 0 4 19 B0 2B 37
Octal 132 276 267 65 0 4 31 260 53 67
Binary 1011010 10111110 10110111 110101 0 100 11001 10110000 101011 110111

Color Harmonies of #5ABEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABEB7

Black with #5ABEB7

Text Example


Text Example

White with #5ABEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,190,183); }

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

background-color css

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

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

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

border-color css

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

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

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