Html Css Color HEX #65ABAE Fountain Blue

📋 copy color: '#65ABAE'

red 101 ◦ green 171 ◦ blue 174

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

Shades of Fountain Blue #65ABAE

Tints of Fountain Blue #65ABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.34%

 BLUE value IS 174 (68.36% from 255) = 39.01%

R = 22.65%
G = 38.34%
B = 39.01%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#65ABAE (or 0x65ABAE) is known color: Fountain Blue. HEX triplet: 65, AB and AE. RGB value is (101,171,174). Sum of RGB (Red+Green+Blue) = 101+171+174=446 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.65% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #65ABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ABAE is #9A5451. Grayscale: #969696. Windows color (decimal): -10114130 or 11447141. OLE color: 11447141.

HSL color Cylindrical-coordinate representation of color #65ABAE: hue angle of 182.47º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65ABAE is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 171 174 -
CMYK 0.42 0.02 0 0.32
HSL 182.47º 0.31% 0.54% -
HSV(B) 182.47º 0.42% 0.68% -
XYZ 27.57 34.95 45.34 -
YUV 150.41 141.31 92.76 -
System Red Green Blue C M Y K H S L
Decimal 101 171 174 0.42 0.02 0 0.32 182.47 0.31 0.54
Hex 65 AB AE 2A 2 0 20 B6 1F 36
Octal 145 253 256 52 2 0 40 266 37 66
Binary 1100101 10101011 10101110 101010 10 0 100000 10110110 11111 110110

Color Harmonies of #65ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ABAE

Black with #65ABAE

Text Example


Text Example

White with #65ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,171,174); }

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

background-color css

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

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

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

border-color css

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

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

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