Html Css Color HEX #61A1AE Fountain Blue

📋 copy color: '#61A1AE'

red 97 ◦ green 161 ◦ blue 174

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

Shades of Fountain Blue #61A1AE

Tints of Fountain Blue #61A1AE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.27%

 BLUE value IS 174 (68.36% from 255) = 40.28%

R = 22.45%
G = 37.27%
B = 40.28%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#61A1AE (or 0x61A1AE) is known color: Fountain Blue. HEX triplet: 61, A1 and AE. RGB value is (97,161,174). Sum of RGB (Red+Green+Blue) = 97+161+174=432 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.45% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #61A1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A1AE is #9E5E51. Grayscale: #8F8F8F. Windows color (decimal): -10378834 or 11444577. OLE color: 11444577.

HSL color Cylindrical-coordinate representation of color #61A1AE: hue angle of 190.13º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61A1AE is Cyan = 0.44, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 161 174 -
CMYK 0.44 0.07 0 0.32
HSL 190.13º 0.32% 0.53% -
HSV(B) 190.13º 0.44% 0.68% -
XYZ 25.31 31.09 44.71 -
YUV 143.35 145.3 94.94 -
System Red Green Blue C M Y K H S L
Decimal 97 161 174 0.44 0.07 0 0.32 190.13 0.32 0.53
Hex 61 A1 AE 2C 7 0 20 BE 20 35
Octal 141 241 256 54 7 0 40 276 40 65
Binary 1100001 10100001 10101110 101100 111 0 100000 10111110 100000 110101

Color Harmonies of #61A1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A1AE

Black with #61A1AE

Text Example


Text Example

White with #61A1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,161,174); }

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

background-color css

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

 a { background-color: rgb(97,161,174); }

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

border-color css

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

 span { border-color: rgb(97,161,174); }

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