Html Css Color HEX #60ABAF Fountain Blue

📋 copy color: '#60ABAF'

red 96 ◦ green 171 ◦ blue 175

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

Shades of Fountain Blue #60ABAF

Tints of Fountain Blue #60ABAF

RGB

 RED value IS 96 (37.89% from 255) = 21.72%

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

 BLUE value IS 175 (68.75% from 255) = 39.59%

R = 21.72%
G = 38.69%
B = 39.59%

CMYK

 C value IS 0.45

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#60ABAF (or 0x60ABAF) is known color: Fountain Blue. HEX triplet: 60, AB and AF. RGB value is (96,171,175). Sum of RGB (Red+Green+Blue) = 96+171+175=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 175 - color contains mainly: blue. Hex color #60ABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ABAF is #9F5450. Grayscale: #949494. Windows color (decimal): -10441809 or 11512672. OLE color: 11512672.

HSL color Cylindrical-coordinate representation of color #60ABAF: hue angle of 183.04º 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 #60ABAF is Cyan = 0.45, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 171 175 -
CMYK 0.45 0.02 0 0.31
HSL 183.04º 0.33% 0.53% -
HSV(B) 183.04º 0.45% 0.69% -
XYZ 27.12 34.71 45.83 -
YUV 149.03 142.65 90.17 -
System Red Green Blue C M Y K H S L
Decimal 96 171 175 0.45 0.02 0 0.31 183.04 0.33 0.53
Hex 60 AB AF 2D 2 0 1F B7 21 35
Octal 140 253 257 55 2 0 37 267 41 65
Binary 1100000 10101011 10101111 101101 10 0 11111 10110111 100001 110101

Color Harmonies of #60ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABAF

Black with #60ABAF

Text Example


Text Example

White with #60ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60ABAF; }

 p { color: rgb(96,171,175); }

 H1.HeaderClassName
 {
   color: #60ABAF;
 }
 .AnyTagClassName
 {
   color: #60ABAF;
 }
</style>

background-color css

<style>
 a { background-color: #60ABAF; }

 a { background-color: rgb(96,171,175); }

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

border-color css

<style>
 span { border-color: #60ABAF; }

 span { border-color: rgb(96,171,175); }

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