Html Css Color HEX #60BABB Fountain Blue

📋 copy color: '#60BABB'

red 96 ◦ green 186 ◦ blue 187

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

Shades of Fountain Blue #60BABB

Tints of Fountain Blue #60BABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.87%

R = 20.47%
G = 39.66%
B = 39.87%

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#60BABB (or 0x60BABB) is known color: Fountain Blue. HEX triplet: 60, BA and BB. RGB value is (96,186,187). Sum of RGB (Red+Green+Blue) = 96+186+187=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #60BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BABB is #9F4544. Grayscale: #9F9F9F. Windows color (decimal): -10437957 or 12302944. OLE color: 12302944.

HSL color Cylindrical-coordinate representation of color #60BABB: hue angle of 180.66º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BABB is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 186 187 -
CMYK 0.49 0.01 0 0.27
HSL 180.66º 0.4% 0.55% -
HSV(B) 180.66º 0.49% 0.73% -
XYZ 31.35 41.19 53.31 -
YUV 159.2 143.68 82.92 -
System Red Green Blue C M Y K H S L
Decimal 96 186 187 0.49 0.01 0 0.27 180.66 0.4 0.55
Hex 60 BA BB 31 1 0 1B B5 28 37
Octal 140 272 273 61 1 0 33 265 50 67
Binary 1100000 10111010 10111011 110001 1 0 11011 10110101 101000 110111

Color Harmonies of #60BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BABB

Black with #60BABB

Text Example


Text Example

White with #60BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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