Html Css Color HEX #65BEBE Fountain Blue

📋 copy color: '#65BEBE'

red 101 ◦ green 190 ◦ blue 190

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

Shades of Fountain Blue #65BEBE

Tints of Fountain Blue #65BEBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 21%
G = 39.5%
B = 39.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#65BEBE (or 0x65BEBE) is known color: Fountain Blue. HEX triplet: 65, BE and BE. RGB value is (101,190,190). Sum of RGB (Red+Green+Blue) = 101+190+190=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #65BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BEBE is #9A4141. Grayscale: #A3A3A3. Windows color (decimal): -10109250 or 12500581. OLE color: 12500581.

HSL color Cylindrical-coordinate representation of color #65BEBE: hue angle of 180º degrees, saturation: 0.41, 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 #65BEBE is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 190 190 -
CMYK 0.47 0 0 0.25
HSL 180º 0.41% 0.57% -
HSV(B) 180º 0.47% 0.75% -
XYZ 33.07 43.31 55.33 -
YUV 163.39 143.01 83.5 -
System Red Green Blue C M Y K H S L
Decimal 101 190 190 0.47 0 0 0.25 180 0.41 0.57
Hex 65 BE BE 2F 0 0 19 B4 29 39
Octal 145 276 276 57 0 0 31 264 51 71
Binary 1100101 10111110 10111110 101111 0 0 11001 10110100 101001 111001

Color Harmonies of #65BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BEBE

Black with #65BEBE

Text Example


Text Example

White with #65BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,190,190); }

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

background-color css

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

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

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

border-color css

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

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

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