Html Css Color HEX #65ADB6 Fountain Blue

📋 copy color: '#65ADB6'

red 101 ◦ green 173 ◦ blue 182

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

Shades of Fountain Blue #65ADB6

Tints of Fountain Blue #65ADB6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.94%

 BLUE value IS 182 (71.48% from 255) = 39.91%

R = 22.15%
G = 37.94%
B = 39.91%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#65ADB6 (or 0x65ADB6) is known color: Fountain Blue. HEX triplet: 65, AD and B6. RGB value is (101,173,182). Sum of RGB (Red+Green+Blue) = 101+173+182=456 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.15% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 182 - color contains mainly: blue. Hex color #65ADB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADB6 is #9A5249. Grayscale: #989898. Windows color (decimal): -10113610 or 11971941. OLE color: 11971941.

HSL color Cylindrical-coordinate representation of color #65ADB6: hue angle of 186.67º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65ADB6 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 173 182 -
CMYK 0.45 0.05 0 0.29
HSL 186.67º 0.36% 0.55% -
HSV(B) 186.67º 0.45% 0.71% -
XYZ 28.75 36.03 49.7 -
YUV 152.5 144.65 91.27 -
System Red Green Blue C M Y K H S L
Decimal 101 173 182 0.45 0.05 0 0.29 186.67 0.36 0.55
Hex 65 AD B6 2D 5 0 1D BB 24 37
Octal 145 255 266 55 5 0 35 273 44 67
Binary 1100101 10101101 10110110 101101 101 0 11101 10111011 100100 110111

Color Harmonies of #65ADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ADB6

Black with #65ADB6

Text Example


Text Example

White with #65ADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,173,182); }

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

background-color css

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

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

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

border-color css

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

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

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