Html Css Color HEX #5ABCBC Fountain Blue

📋 copy color: '#5ABCBC'

red 90 ◦ green 188 ◦ blue 188

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

Shades of Fountain Blue #5ABCBC

Tints of Fountain Blue #5ABCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 19.31%
G = 40.34%
B = 40.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5ABCBC (or 0x5ABCBC) is known color: Fountain Blue. HEX triplet: 5A, BC and BC. RGB value is (90,188,188). Sum of RGB (Red+Green+Blue) = 90+188+188=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #5ABCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCBC is #A54343. Grayscale: #9E9E9E. Windows color (decimal): -10830660 or 12368986. OLE color: 12368986.

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

Color convert

RGB 90 188 188 -
CMYK 0.52 0 0 0.26
HSL 180º 0.42% 0.55% -
HSV(B) 180º 0.52% 0.74% -
XYZ 31.28 41.77 53.99 -
YUV 158.7 144.53 79 -
System Red Green Blue C M Y K H S L
Decimal 90 188 188 0.52 0 0 0.26 180 0.42 0.55
Hex 5A BC BC 34 0 0 1A B4 2A 37
Octal 132 274 274 64 0 0 32 264 52 67
Binary 1011010 10111100 10111100 110100 0 0 11010 10110100 101010 110111

Color Harmonies of #5ABCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCBC

Black with #5ABCBC

Text Example


Text Example

White with #5ABCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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