Html Css Color HEX #60B7B7 Fountain Blue

📋 copy color: '#60B7B7'

red 96 ◦ green 183 ◦ blue 183

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

Shades of Fountain Blue #60B7B7

Tints of Fountain Blue #60B7B7

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.61%

 BLUE value IS 183 (71.88% from 255) = 39.61%

R = 20.78%
G = 39.61%
B = 39.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#60B7B7 (or 0x60B7B7) is known color: Fountain Blue. HEX triplet: 60, B7 and B7. RGB value is (96,183,183). Sum of RGB (Red+Green+Blue) = 96+183+183=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 183 - color contains mainly: green, blue. Hex color #60B7B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B7B7 is #9F4848. Grayscale: #9C9C9C. Windows color (decimal): -10438729 or 12040032. OLE color: 12040032.

HSL color Cylindrical-coordinate representation of color #60B7B7: hue angle of 180º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B7B7 is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 96 183 183 -
CMYK 0.48 0 0 0.28
HSL 180º 0.38% 0.55% -
HSV(B) 180º 0.48% 0.72% -
XYZ 30.3 39.77 50.88 -
YUV 156.99 142.68 84.5 -
System Red Green Blue C M Y K H S L
Decimal 96 183 183 0.48 0 0 0.28 180 0.38 0.55
Hex 60 B7 B7 30 0 0 1C B4 26 37
Octal 140 267 267 60 0 0 34 264 46 67
Binary 1100000 10110111 10110111 110000 0 0 11100 10110100 100110 110111

Color Harmonies of #60B7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B7B7

Black with #60B7B7

Text Example


Text Example

White with #60B7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,183,183); }

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

background-color css

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

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

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

border-color css

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

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

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