Html Css Color HEX #60B5AF Fountain Blue

📋 copy color: '#60B5AF'

red 96 ◦ green 181 ◦ blue 175

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

Shades of Fountain Blue #60B5AF

Tints of Fountain Blue #60B5AF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.04%

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

R = 21.24%
G = 40.04%
B = 38.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#60B5AF (or 0x60B5AF) is known color: Fountain Blue. HEX triplet: 60, B5 and AF. RGB value is (96,181,175). Sum of RGB (Red+Green+Blue) = 96+181+175=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #60B5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B5AF is #9F4A50. Grayscale: #9A9A9A. Windows color (decimal): -10439249 or 11515232. OLE color: 11515232.

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

Color convert

RGB 96 181 175 -
CMYK 0.47 0 0.03 0.29
HSL 175.76º 0.36% 0.54% -
HSV(B) 175.76º 0.47% 0.71% -
XYZ 29.09 38.63 46.48 -
YUV 154.9 139.34 85.99 -
System Red Green Blue C M Y K H S L
Decimal 96 181 175 0.47 0 0.03 0.29 175.76 0.36 0.54
Hex 60 B5 AF 2F 0 3 1D B0 24 36
Octal 140 265 257 57 0 3 35 260 44 66
Binary 1100000 10110101 10101111 101111 0 11 11101 10110000 100100 110110

Color Harmonies of #60B5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B5AF

Black with #60B5AF

Text Example


Text Example

White with #60B5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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