Html Css Color HEX #65BEB7 Fountain Blue

📋 copy color: '#65BEB7'

red 101 ◦ green 190 ◦ blue 183

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

Shades of Fountain Blue #65BEB7

Tints of Fountain Blue #65BEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.61%

R = 21.31%
G = 40.08%
B = 38.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#65BEB7 (or 0x65BEB7) is known color: Fountain Blue. HEX triplet: 65, BE and B7. RGB value is (101,190,183). Sum of RGB (Red+Green+Blue) = 101+190+183=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 183 (71.88% from 255 or 38.61% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #65BEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BEB7 is #9A4148. Grayscale: #A2A2A2. Windows color (decimal): -10109257 or 12041829. OLE color: 12041829.

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

Color convert

RGB 101 190 183 -
CMYK 0.47 0 0.04 0.25
HSL 175.28º 0.41% 0.57% -
HSV(B) 175.28º 0.47% 0.75% -
XYZ 32.33 43.01 51.4 -
YUV 162.59 139.51 84.07 -
System Red Green Blue C M Y K H S L
Decimal 101 190 183 0.47 0 0.04 0.25 175.28 0.41 0.57
Hex 65 BE B7 2F 0 4 19 AF 29 39
Octal 145 276 267 57 0 4 31 257 51 71
Binary 1100101 10111110 10110111 101111 0 100 11001 10101111 101001 111001

Color Harmonies of #65BEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BEB7

Black with #65BEB7

Text Example


Text Example

White with #65BEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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