Html Css Color HEX #60BABF Fountain Blue

📋 copy color: '#60BABF'

red 96 ◦ green 186 ◦ blue 191

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

Shades of Fountain Blue #60BABF

Tints of Fountain Blue #60BABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.32%

 BLUE value IS 191 (75% from 255) = 40.38%

R = 20.3%
G = 39.32%
B = 40.38%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#60BABF (or 0x60BABF) is known color: Fountain Blue. HEX triplet: 60, BA and BF. RGB value is (96,186,191). Sum of RGB (Red+Green+Blue) = 96+186+191=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #60BABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BABF is #9F4540. Grayscale: #9F9F9F. Windows color (decimal): -10437953 or 12565088. OLE color: 12565088.

HSL color Cylindrical-coordinate representation of color #60BABF: hue angle of 183.16º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BABF is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 186 191 -
CMYK 0.50 0.03 0 0.25
HSL 183.16º 0.43% 0.56% -
HSV(B) 183.16º 0.5% 0.75% -
XYZ 31.79 41.37 55.6 -
YUV 159.66 145.68 82.59 -
System Red Green Blue C M Y K H S L
Decimal 96 186 191 0.50 0.03 0 0.25 183.16 0.43 0.56
Hex 60 BA BF 32 3 0 19 B7 2B 38
Octal 140 272 277 62 3 0 31 267 53 70
Binary 1100000 10111010 10111111 110010 11 0 11001 10110111 101011 111000

Color Harmonies of #60BABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BABF

Black with #60BABF

Text Example


Text Example

White with #60BABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,186,191); }

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

background-color css

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

 a { background-color: rgb(96,186,191); }

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

border-color css

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

 span { border-color: rgb(96,186,191); }

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