Html Css Color HEX #61A8B0 Fountain Blue

📋 copy color: '#61A8B0'

red 97 ◦ green 168 ◦ blue 176

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

Shades of Fountain Blue #61A8B0

Tints of Fountain Blue #61A8B0

RGB

 RED value IS 97 (38.28% from 255) = 22%

 GREEN value IS 168 (66.02% from 255) = 38.1%

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 22%
G = 38.1%
B = 39.91%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#61A8B0 (or 0x61A8B0) is known color: Fountain Blue. HEX triplet: 61, A8 and B0. RGB value is (97,168,176). Sum of RGB (Red+Green+Blue) = 97+168+176=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 176 - color contains mainly: blue. Hex color #61A8B0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A8B0 is #9E574F. Grayscale: #939393. Windows color (decimal): -10377040 or 11577441. OLE color: 11577441.

HSL color Cylindrical-coordinate representation of color #61A8B0: hue angle of 186.08º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61A8B0 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 168 176 -
CMYK 0.45 0.05 0 0.31
HSL 186.08º 0.33% 0.54% -
HSV(B) 186.08º 0.45% 0.69% -
XYZ 26.77 33.68 46.16 -
YUV 147.68 143.98 91.85 -
System Red Green Blue C M Y K H S L
Decimal 97 168 176 0.45 0.05 0 0.31 186.08 0.33 0.54
Hex 61 A8 B0 2D 5 0 1F BA 21 36
Octal 141 250 260 55 5 0 37 272 41 66
Binary 1100001 10101000 10110000 101101 101 0 11111 10111010 100001 110110

Color Harmonies of #61A8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A8B0

Black with #61A8B0

Text Example


Text Example

White with #61A8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61A8B0; }

 p { color: rgb(97,168,176); }

 H1.HeaderClassName
 {
   color: #61A8B0;
 }
 .AnyTagClassName
 {
   color: #61A8B0;
 }
</style>

background-color css

<style>
 a { background-color: #61A8B0; }

 a { background-color: rgb(97,168,176); }

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

border-color css

<style>
 span { border-color: #61A8B0; }

 span { border-color: rgb(97,168,176); }

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