Html Css Color HEX #5AC0BC Fountain Blue

📋 copy color: '#5AC0BC'

red 90 ◦ green 192 ◦ blue 188

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

Shades of Fountain Blue #5AC0BC

Tints of Fountain Blue #5AC0BC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.85%

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

R = 19.15%
G = 40.85%
B = 40%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#5AC0BC (or 0x5AC0BC) is known color: Fountain Blue. HEX triplet: 5A, C0 and BC. RGB value is (90,192,188). Sum of RGB (Red+Green+Blue) = 90+192+188=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC0BC is #A53F43. Grayscale: #A0A0A0. Windows color (decimal): -10829636 or 12370010. OLE color: 12370010.

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

Color convert

RGB 90 192 188 -
CMYK 0.53 0 0.02 0.25
HSL 177.65º 0.45% 0.55% -
HSV(B) 177.65º 0.53% 0.75% -
XYZ 32.14 43.5 54.28 -
YUV 161.05 143.21 77.33 -
System Red Green Blue C M Y K H S L
Decimal 90 192 188 0.53 0 0.02 0.25 177.65 0.45 0.55
Hex 5A C0 BC 35 0 2 19 B2 2D 37
Octal 132 300 274 65 0 2 31 262 55 67
Binary 1011010 11000000 10111100 110101 0 10 11001 10110010 101101 110111

Color Harmonies of #5AC0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC0BC

Black with #5AC0BC

Text Example


Text Example

White with #5AC0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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