Html Css Color HEX #60BCBA Fountain Blue

📋 copy color: '#60BCBA'

red 96 ◦ green 188 ◦ blue 186

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

Shades of Fountain Blue #60BCBA

Tints of Fountain Blue #60BCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40%

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 20.43%
G = 40%
B = 39.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#60BCBA (or 0x60BCBA) is known color: Fountain Blue. HEX triplet: 60, BC and BA. RGB value is (96,188,186). Sum of RGB (Red+Green+Blue) = 96+188+186=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #60BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCBA is #9F4345. Grayscale: #A0A0A0. Windows color (decimal): -10437446 or 12237920. OLE color: 12237920.

HSL color Cylindrical-coordinate representation of color #60BCBA: hue angle of 178.7º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BCBA is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 188 186 -
CMYK 0.49 0 0.01 0.26
HSL 178.7º 0.41% 0.56% -
HSV(B) 178.7º 0.49% 0.74% -
XYZ 31.67 42 52.89 -
YUV 160.26 142.52 82.16 -
System Red Green Blue C M Y K H S L
Decimal 96 188 186 0.49 0 0.01 0.26 178.7 0.41 0.56
Hex 60 BC BA 31 0 1 1A B3 29 38
Octal 140 274 272 61 0 1 32 263 51 70
Binary 1100000 10111100 10111010 110001 0 1 11010 10110011 101001 111000

Color Harmonies of #60BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BCBA

Black with #60BCBA

Text Example


Text Example

White with #60BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,188,186); }

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

background-color css

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

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

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

border-color css

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

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

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