Html Css Color HEX #65ABAA Fountain Blue

📋 copy color: '#65ABAA'

red 101 ◦ green 171 ◦ blue 170

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

Shades of Fountain Blue #65ABAA

Tints of Fountain Blue #65ABAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 22.85%
G = 38.69%
B = 38.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#65ABAA (or 0x65ABAA) is known color: Fountain Blue. HEX triplet: 65, AB and AA. RGB value is (101,171,170). Sum of RGB (Red+Green+Blue) = 101+171+170=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 171 - color contains mainly: green. Hex color #65ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ABAA is #9A5455. Grayscale: #959595. Windows color (decimal): -10114134 or 11184997. OLE color: 11184997.

HSL color Cylindrical-coordinate representation of color #65ABAA: hue angle of 179.14º 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 #65ABAA is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 171 170 -
CMYK 0.41 0 0.01 0.33
HSL 179.14º 0.29% 0.53% -
HSV(B) 179.14º 0.41% 0.67% -
XYZ 27.19 34.79 43.31 -
YUV 149.96 139.31 93.08 -
System Red Green Blue C M Y K H S L
Decimal 101 171 170 0.41 0 0.01 0.33 179.14 0.29 0.53
Hex 65 AB AA 29 0 1 21 B3 1D 35
Octal 145 253 252 51 0 1 41 263 35 65
Binary 1100101 10101011 10101010 101001 0 1 100001 10110011 11101 110101

Color Harmonies of #65ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ABAA

Black with #65ABAA

Text Example


Text Example

White with #65ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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