Html Css Color HEX #65BCBA Fountain Blue

📋 copy color: '#65BCBA'

red 101 ◦ green 188 ◦ blue 186

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

Shades of Fountain Blue #65BCBA

Tints of Fountain Blue #65BCBA

RGB

 RED value IS 101 (39.84% from 255) = 21.26%

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

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

R = 21.26%
G = 39.58%
B = 39.16%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#65BCBA (or 0x65BCBA) is known color: Fountain Blue. HEX triplet: 65, BC and BA. RGB value is (101,188,186). Sum of RGB (Red+Green+Blue) = 101+188+186=475 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.26% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #65BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCBA is #9A4345. Grayscale: #A1A1A1. Windows color (decimal): -10109766 or 12237925. OLE color: 12237925.

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

Color convert

RGB 101 188 186 -
CMYK 0.46 0 0.01 0.26
HSL 178.62º 0.39% 0.57% -
HSV(B) 178.62º 0.46% 0.74% -
XYZ 32.21 42.28 52.92 -
YUV 161.76 141.68 84.66 -
System Red Green Blue C M Y K H S L
Decimal 101 188 186 0.46 0 0.01 0.26 178.62 0.39 0.57
Hex 65 BC BA 2E 0 1 1A B3 27 39
Octal 145 274 272 56 0 1 32 263 47 71
Binary 1100101 10111100 10111010 101110 0 1 11010 10110011 100111 111001

Color Harmonies of #65BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BCBA

Black with #65BCBA

Text Example


Text Example

White with #65BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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