Html Css Color HEX #60B8BF Fountain Blue

📋 copy color: '#60B8BF'

red 96 ◦ green 184 ◦ blue 191

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

Shades of Fountain Blue #60B8BF

Tints of Fountain Blue #60B8BF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.07%

 BLUE value IS 191 (75% from 255) = 40.55%

R = 20.38%
G = 39.07%
B = 40.55%

CMYK

 C value IS 0.50

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#60B8BF (or 0x60B8BF) is known color: Fountain Blue. HEX triplet: 60, B8 and BF. RGB value is (96,184,191). Sum of RGB (Red+Green+Blue) = 96+184+191=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #60B8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B8BF is #9F4740. Grayscale: #9E9E9E. Windows color (decimal): -10438465 or 12564576. OLE color: 12564576.

HSL color Cylindrical-coordinate representation of color #60B8BF: hue angle of 184.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60B8BF is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 184 191 -
CMYK 0.50 0.04 0 0.25
HSL 184.42º 0.43% 0.56% -
HSV(B) 184.42º 0.5% 0.75% -
XYZ 31.37 40.53 55.46 -
YUV 158.49 146.35 83.43 -
System Red Green Blue C M Y K H S L
Decimal 96 184 191 0.50 0.04 0 0.25 184.42 0.43 0.56
Hex 60 B8 BF 32 4 0 19 B8 2B 38
Octal 140 270 277 62 4 0 31 270 53 70
Binary 1100000 10111000 10111111 110010 100 0 11001 10111000 101011 111000

Color Harmonies of #60B8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B8BF

Black with #60B8BF

Text Example


Text Example

White with #60B8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,184,191); }

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

background-color css

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

 a { background-color: rgb(96,184,191); }

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

border-color css

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

 span { border-color: rgb(96,184,191); }

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