Html Css Color HEX #65C0BA Fountain Blue

📋 copy color: '#65C0BA'

red 101 ◦ green 192 ◦ blue 186

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

Shades of Fountain Blue #65C0BA

Tints of Fountain Blue #65C0BA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.08%

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

R = 21.09%
G = 40.08%
B = 38.83%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#65C0BA (or 0x65C0BA) is known color: Fountain Blue. HEX triplet: 65, C0 and BA. RGB value is (101,192,186). Sum of RGB (Red+Green+Blue) = 101+192+186=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #65C0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C0BA is #9A3F45. Grayscale: #A4A4A4. Windows color (decimal): -10108742 or 12238949. OLE color: 12238949.

HSL color Cylindrical-coordinate representation of color #65C0BA: hue angle of 176.04º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65C0BA is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 192 186 -
CMYK 0.47 0 0.03 0.25
HSL 176.04º 0.42% 0.57% -
HSV(B) 176.04º 0.47% 0.75% -
XYZ 33.08 44.01 53.21 -
YUV 164.11 140.35 82.99 -
System Red Green Blue C M Y K H S L
Decimal 101 192 186 0.47 0 0.03 0.25 176.04 0.42 0.57
Hex 65 C0 BA 2F 0 3 19 B0 2A 39
Octal 145 300 272 57 0 3 31 260 52 71
Binary 1100101 11000000 10111010 101111 0 11 11001 10110000 101010 111001

Color Harmonies of #65C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65C0BA

Black with #65C0BA

Text Example


Text Example

White with #65C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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