Html Css Color HEX #60C1B9 Fountain Blue

📋 copy color: '#60C1B9'

red 96 ◦ green 193 ◦ blue 185

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

Shades of Fountain Blue #60C1B9

Tints of Fountain Blue #60C1B9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.72%

 BLUE value IS 185 (72.66% from 255) = 39.03%

R = 20.25%
G = 40.72%
B = 39.03%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#60C1B9 (or 0x60C1B9) is known color: Fountain Blue. HEX triplet: 60, C1 and B9. RGB value is (96,193,185). Sum of RGB (Red+Green+Blue) = 96+193+185=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 193 - color contains mainly: green. Hex color #60C1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C1B9 is #9F3E46. Grayscale: #A3A3A3. Windows color (decimal): -10436167 or 12173664. OLE color: 12173664.

HSL color Cylindrical-coordinate representation of color #60C1B9: hue angle of 175.05º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C1B9 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 193 185 -
CMYK 0.50 0 0.04 0.24
HSL 175.05º 0.44% 0.57% -
HSV(B) 175.05º 0.5% 0.76% -
XYZ 32.65 44.13 52.7 -
YUV 163.09 140.36 80.15 -
System Red Green Blue C M Y K H S L
Decimal 96 193 185 0.50 0 0.04 0.24 175.05 0.44 0.57
Hex 60 C1 B9 32 0 4 18 AF 2C 39
Octal 140 301 271 62 0 4 30 257 54 71
Binary 1100000 11000001 10111001 110010 0 100 11000 10101111 101100 111001

Color Harmonies of #60C1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C1B9

Black with #60C1B9

Text Example


Text Example

White with #60C1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,193,185); }

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

background-color css

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

 a { background-color: rgb(96,193,185); }

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

border-color css

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

 span { border-color: rgb(96,193,185); }

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