Html Css Color HEX #61ABA8 Fountain Blue

📋 copy color: '#61ABA8'

red 97 ◦ green 171 ◦ blue 168

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

Shades of Fountain Blue #61ABA8

Tints of Fountain Blue #61ABA8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.22%

 BLUE value IS 168 (66.02% from 255) = 38.53%

R = 22.25%
G = 39.22%
B = 38.53%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#61ABA8 (or 0x61ABA8) is known color: Fountain Blue. HEX triplet: 61, AB and A8. RGB value is (97,171,168). Sum of RGB (Red+Green+Blue) = 97+171+168=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #61ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61ABA8 is #9E5457. Grayscale: #949494. Windows color (decimal): -10376280 or 11053921. OLE color: 11053921.

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

Color convert

RGB 97 171 168 -
CMYK 0.43 0 0.02 0.33
HSL 177.57º 0.31% 0.53% -
HSV(B) 177.57º 0.43% 0.67% -
XYZ 26.56 34.49 42.3 -
YUV 148.53 138.98 91.24 -
System Red Green Blue C M Y K H S L
Decimal 97 171 168 0.43 0 0.02 0.33 177.57 0.31 0.53
Hex 61 AB A8 2B 0 2 21 B2 1F 35
Octal 141 253 250 53 0 2 41 262 37 65
Binary 1100001 10101011 10101000 101011 0 10 100001 10110010 11111 110101

Color Harmonies of #61ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ABA8

Black with #61ABA8

Text Example


Text Example

White with #61ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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