Html Css Color HEX #60B4BA Fountain Blue

📋 copy color: '#60B4BA'

red 96 ◦ green 180 ◦ blue 186

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

Shades of Fountain Blue #60B4BA

Tints of Fountain Blue #60B4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.96%

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 20.78%
G = 38.96%
B = 40.26%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#60B4BA (or 0x60B4BA) is known color: Fountain Blue. HEX triplet: 60, B4 and BA. RGB value is (96,180,186). Sum of RGB (Red+Green+Blue) = 96+180+186=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #60B4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B4BA is #9F4B45. Grayscale: #9B9B9B. Windows color (decimal): -10439494 or 12235872. OLE color: 12235872.

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

Color convert

RGB 96 180 186 -
CMYK 0.48 0.03 0 0.27
HSL 184º 0.39% 0.55% -
HSV(B) 184º 0.48% 0.73% -
XYZ 30.01 38.67 52.34 -
YUV 155.57 145.17 85.51 -
System Red Green Blue C M Y K H S L
Decimal 96 180 186 0.48 0.03 0 0.27 184 0.39 0.55
Hex 60 B4 BA 30 3 0 1B B8 27 37
Octal 140 264 272 60 3 0 33 270 47 67
Binary 1100000 10110100 10111010 110000 11 0 11011 10111000 100111 110111

Color Harmonies of #60B4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B4BA

Black with #60B4BA

Text Example


Text Example

White with #60B4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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