Html Css Color HEX #61AFAE Fountain Blue

📋 copy color: '#61AFAE'

red 97 ◦ green 175 ◦ blue 174

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

Shades of Fountain Blue #61AFAE

Tints of Fountain Blue #61AFAE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.24%

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

R = 21.75%
G = 39.24%
B = 39.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#61AFAE (or 0x61AFAE) is known color: Fountain Blue. HEX triplet: 61, AF and AE. RGB value is (97,175,174). Sum of RGB (Red+Green+Blue) = 97+175+174=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 175 - color contains mainly: green. Hex color #61AFAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AFAE is #9E5051. Grayscale: #979797. Windows color (decimal): -10375250 or 11448161. OLE color: 11448161.

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

Color convert

RGB 97 175 174 -
CMYK 0.45 0 0.01 0.31
HSL 179.23º 0.33% 0.53% -
HSV(B) 179.23º 0.45% 0.69% -
XYZ 27.9 36.26 45.57 -
YUV 151.56 140.66 89.08 -
System Red Green Blue C M Y K H S L
Decimal 97 175 174 0.45 0 0.01 0.31 179.23 0.33 0.53
Hex 61 AF AE 2D 0 1 1F B3 21 35
Octal 141 257 256 55 0 1 37 263 41 65
Binary 1100001 10101111 10101110 101101 0 1 11111 10110011 100001 110101

Color Harmonies of #61AFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AFAE

Black with #61AFAE

Text Example


Text Example

White with #61AFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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