Html Css Color HEX #5ABCBB Fountain Blue

📋 copy color: '#5ABCBB'

red 90 ◦ green 188 ◦ blue 187

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

Shades of Fountain Blue #5ABCBB

Tints of Fountain Blue #5ABCBB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.43%

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 19.35%
G = 40.43%
B = 40.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#5ABCBB (or 0x5ABCBB) is known color: Fountain Blue. HEX triplet: 5A, BC and BB. RGB value is (90,188,187). Sum of RGB (Red+Green+Blue) = 90+188+187=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCBB is #A54344. Grayscale: #9E9E9E. Windows color (decimal): -10830661 or 12303450. OLE color: 12303450.

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

Color convert

RGB 90 188 187 -
CMYK 0.52 0 0.01 0.26
HSL 179.39º 0.42% 0.55% -
HSV(B) 179.39º 0.52% 0.74% -
XYZ 31.17 41.73 53.43 -
YUV 158.58 144.03 79.08 -
System Red Green Blue C M Y K H S L
Decimal 90 188 187 0.52 0 0.01 0.26 179.39 0.42 0.55
Hex 5A BC BB 34 0 1 1A B3 2A 37
Octal 132 274 273 64 0 1 32 263 52 67
Binary 1011010 10111100 10111011 110100 0 1 11010 10110011 101010 110111

Color Harmonies of #5ABCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCBB

Black with #5ABCBB

Text Example


Text Example

White with #5ABCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,188,187); }

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

background-color css

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

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

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

border-color css

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

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

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