Html Css Color HEX #65A1AB Fountain Blue

📋 copy color: '#65A1AB'

red 101 ◦ green 161 ◦ blue 171

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

Shades of Fountain Blue #65A1AB

Tints of Fountain Blue #65A1AB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.18%

 BLUE value IS 171 (67.19% from 255) = 39.49%

R = 23.33%
G = 37.18%
B = 39.49%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#65A1AB (or 0x65A1AB) is known color: Fountain Blue. HEX triplet: 65, A1 and AB. RGB value is (101,161,171). Sum of RGB (Red+Green+Blue) = 101+161+171=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #65A1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A1AB is #9A5E54. Grayscale: #909090. Windows color (decimal): -10116693 or 11247973. OLE color: 11247973.

HSL color Cylindrical-coordinate representation of color #65A1AB: hue angle of 188.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65A1AB is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 161 171 -
CMYK 0.41 0.06 0 0.33
HSL 188.57º 0.29% 0.53% -
HSV(B) 188.57º 0.41% 0.67% -
XYZ 25.46 31.2 43.21 -
YUV 144.2 143.12 97.19 -
System Red Green Blue C M Y K H S L
Decimal 101 161 171 0.41 0.06 0 0.33 188.57 0.29 0.53
Hex 65 A1 AB 29 6 0 21 BD 1D 35
Octal 145 241 253 51 6 0 41 275 35 65
Binary 1100101 10100001 10101011 101001 110 0 100001 10111101 11101 110101

Color Harmonies of #65A1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A1AB

Black with #65A1AB

Text Example


Text Example

White with #65A1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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