Html Css Color HEX #60BDBA Fountain Blue

📋 copy color: '#60BDBA'

red 96 ◦ green 189 ◦ blue 186

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

Shades of Fountain Blue #60BDBA

Tints of Fountain Blue #60BDBA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.13%

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

R = 20.38%
G = 40.13%
B = 39.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#60BDBA (or 0x60BDBA) is known color: Fountain Blue. HEX triplet: 60, BD and BA. RGB value is (96,189,186). Sum of RGB (Red+Green+Blue) = 96+189+186=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #60BDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDBA is #9F4245. Grayscale: #A0A0A0. Windows color (decimal): -10437190 or 12238176. OLE color: 12238176.

HSL color Cylindrical-coordinate representation of color #60BDBA: hue angle of 178.06º 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 #60BDBA is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 189 186 -
CMYK 0.49 0 0.02 0.26
HSL 178.06º 0.41% 0.56% -
HSV(B) 178.06º 0.49% 0.74% -
XYZ 31.88 42.43 52.96 -
YUV 160.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 96 189 186 0.49 0 0.02 0.26 178.06 0.41 0.56
Hex 60 BD BA 31 0 2 1A B2 29 38
Octal 140 275 272 61 0 2 32 262 51 70
Binary 1100000 10111101 10111010 110001 0 10 11010 10110010 101001 111000

Color Harmonies of #60BDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BDBA

Black with #60BDBA

Text Example


Text Example

White with #60BDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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