Html Css Color HEX #5ABEBE Fountain Blue

📋 copy color: '#5ABEBE'

red 90 ◦ green 190 ◦ blue 190

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

Shades of Fountain Blue #5ABEBE

Tints of Fountain Blue #5ABEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 19.15%
G = 40.43%
B = 40.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5ABEBE (or 0x5ABEBE) is known color: Fountain Blue. HEX triplet: 5A, BE and BE. RGB value is (90,190,190). Sum of RGB (Red+Green+Blue) = 90+190+190=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #5ABEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEBE is #A54141. Grayscale: #A0A0A0. Windows color (decimal): -10830146 or 12500570. OLE color: 12500570.

HSL color Cylindrical-coordinate representation of color #5ABEBE: hue angle of 180º 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 #5ABEBE is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 190 190 -
CMYK 0.53 0 0 0.25
HSL 180º 0.43% 0.55% -
HSV(B) 180º 0.53% 0.75% -
XYZ 31.92 42.72 55.28 -
YUV 160.1 144.87 78 -
System Red Green Blue C M Y K H S L
Decimal 90 190 190 0.53 0 0 0.25 180 0.43 0.55
Hex 5A BE BE 35 0 0 19 B4 2B 37
Octal 132 276 276 65 0 0 31 264 53 67
Binary 1011010 10111110 10111110 110101 0 0 11001 10110100 101011 110111

Color Harmonies of #5ABEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABEBE

Black with #5ABEBE

Text Example


Text Example

White with #5ABEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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