Html Css Color HEX #60ABB6 Fountain Blue

📋 copy color: '#60ABB6'

red 96 ◦ green 171 ◦ blue 182

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

Shades of Fountain Blue #60ABB6

Tints of Fountain Blue #60ABB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.53%

R = 21.38%
G = 38.08%
B = 40.53%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#60ABB6 (or 0x60ABB6) is known color: Fountain Blue. HEX triplet: 60, AB and B6. RGB value is (96,171,182). Sum of RGB (Red+Green+Blue) = 96+171+182=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 182 (71.48% from 255 or 40.53% from 449); Max value from RGB is 182 - color contains mainly: blue. Hex color #60ABB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABB6 is #9F5449. Grayscale: #959595. Windows color (decimal): -10441802 or 11971424. OLE color: 11971424.

HSL color Cylindrical-coordinate representation of color #60ABB6: hue angle of 187.67º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60ABB6 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 171 182 -
CMYK 0.47 0.06 0 0.29
HSL 187.67º 0.37% 0.55% -
HSV(B) 187.67º 0.47% 0.71% -
XYZ 27.83 34.99 49.54 -
YUV 149.83 146.15 89.61 -
System Red Green Blue C M Y K H S L
Decimal 96 171 182 0.47 0.06 0 0.29 187.67 0.37 0.55
Hex 60 AB B6 2F 6 0 1D BC 25 37
Octal 140 253 266 57 6 0 35 274 45 67
Binary 1100000 10101011 10110110 101111 110 0 11101 10111100 100101 110111

Color Harmonies of #60ABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABB6

Black with #60ABB6

Text Example


Text Example

White with #60ABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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