Html Css Color HEX #65ABAB Fountain Blue

📋 copy color: '#65ABAB'

red 101 ◦ green 171 ◦ blue 171

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

Shades of Fountain Blue #65ABAB

Tints of Fountain Blue #65ABAB

RGB

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

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

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

R = 22.8%
G = 38.6%
B = 38.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#65ABAB (or 0x65ABAB) is known color: Fountain Blue. HEX triplet: 65, AB and AB. RGB value is (101,171,171). Sum of RGB (Red+Green+Blue) = 101+171+171=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #65ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ABAB is #9A5454. Grayscale: #969696. Windows color (decimal): -10114133 or 11250533. OLE color: 11250533.

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

Color convert

RGB 101 171 171 -
CMYK 0.41 0 0 0.33
HSL 180º 0.29% 0.53% -
HSV(B) 180º 0.41% 0.67% -
XYZ 27.28 34.83 43.81 -
YUV 150.07 139.81 93 -
System Red Green Blue C M Y K H S L
Decimal 101 171 171 0.41 0 0 0.33 180 0.29 0.53
Hex 65 AB AB 29 0 0 21 B4 1D 35
Octal 145 253 253 51 0 0 41 264 35 65
Binary 1100101 10101011 10101011 101001 0 0 100001 10110100 11101 110101

Color Harmonies of #65ABAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ABAB

Black with #65ABAB

Text Example


Text Example

White with #65ABAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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