Html Css Color HEX #60BEBD Fountain Blue

📋 copy color: '#60BEBD'

red 96 ◦ green 190 ◦ blue 189

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

Shades of Fountain Blue #60BEBD

Tints of Fountain Blue #60BEBD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40%

 BLUE value IS 189 (74.22% from 255) = 39.79%

R = 20.21%
G = 40%
B = 39.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#60BEBD (or 0x60BEBD) is known color: Fountain Blue. HEX triplet: 60, BE and BD. RGB value is (96,190,189). Sum of RGB (Red+Green+Blue) = 96+190+189=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #60BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BEBD is #9F4142. Grayscale: #A1A1A1. Windows color (decimal): -10436931 or 12435040. OLE color: 12435040.

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

Color convert

RGB 96 190 189 -
CMYK 0.49 0 0.01 0.25
HSL 179.36º 0.42% 0.56% -
HSV(B) 179.36º 0.49% 0.75% -
XYZ 32.42 42.99 54.73 -
YUV 161.78 143.36 81.08 -
System Red Green Blue C M Y K H S L
Decimal 96 190 189 0.49 0 0.01 0.25 179.36 0.42 0.56
Hex 60 BE BD 31 0 1 19 B3 2A 38
Octal 140 276 275 61 0 1 31 263 52 70
Binary 1100000 10111110 10111101 110001 0 1 11001 10110011 101010 111000

Color Harmonies of #60BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BEBD

Black with #60BEBD

Text Example


Text Example

White with #60BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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