#65bbb4

Color #65BBB4 Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #65BBB4

Tints of Fountain Blue #65BBB4

Color information

#65BBB4 (or 0x65BBB4) is unknown color: approx Fountain Blue. HEX triplet: 65, BB and B4. RGB value is (101,187,180). Sum of RGB (Red+Green+Blue) = 101+187+180=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #65BBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BBB4 is #9A444B. Grayscale: #A0A0A0. Windows color (decimal): -10110028 or 11844453. OLE color: 11844453.

HSL color Cylindrical-coordinate representation of color #65BBB4: hue angle of 175.12º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BBB4 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB101187180-
CMYK0.4600.040.27
HSL175.12º38.74%56.47%-
HSV(B)175.12º45.99%73.33%-
XYZ31.3841.649.56-
YUV160.49139.0185.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.58%
GREEN value IS 187 (73.44% from 255) = 39.96%
BLUE value IS 180 (70.70% from 255) = 38.46%
R=21.58%
G=39.96%
B=38.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011871800.4600.040.27175.1238.7456.47
Hex65BBB42E041Baf2738
Octal1452732645604332574770
Binary1100101101110111011010010111001001101110101111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65bbb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,187,180); }

 H1.HeaderClassName
 {
   color: #65bbb4;
 }
 .AnyTagClassName
 {
   color: #65bbb4;
 }
</style>
background-color css

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

 a { background-color: rgb(101,187,180); }

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

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

 span { border-color: rgb(101,187,180); }

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