Html Css Color HEX #66AEAC Fountain Blue

📋 copy color: '#66AEAC'

red 102 ◦ green 174 ◦ blue 172

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

Shades of Fountain Blue #66AEAC

Tints of Fountain Blue #66AEAC

RGB

 RED value IS 102 (40.23% from 255) = 22.77%

 GREEN value IS 174 (68.36% from 255) = 38.84%

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 22.77%
G = 38.84%
B = 38.39%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#66AEAC (or 0x66AEAC) is known color: Fountain Blue. HEX triplet: 66, AE and AC. RGB value is (102,174,172). Sum of RGB (Red+Green+Blue) = 102+174+172=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #66AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AEAC is #995153. Grayscale: #989898. Windows color (decimal): -10047828 or 11316838. OLE color: 11316838.

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

Color convert

RGB 102 174 172 -
CMYK 0.41 0 0.01 0.32
HSL 178.33º 0.31% 0.54% -
HSV(B) 178.33º 0.41% 0.68% -
XYZ 28.06 36.08 44.51 -
YUV 152.24 139.15 92.16 -
System Red Green Blue C M Y K H S L
Decimal 102 174 172 0.41 0 0.01 0.32 178.33 0.31 0.54
Hex 66 AE AC 29 0 1 20 B2 1F 36
Octal 146 256 254 51 0 1 40 262 37 66
Binary 1100110 10101110 10101100 101001 0 1 100000 10110010 11111 110110

Color Harmonies of #66AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AEAC

Black with #66AEAC

Text Example


Text Example

White with #66AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66AEAC; }

 p { color: rgb(102,174,172); }

 H1.HeaderClassName
 {
   color: #66AEAC;
 }
 .AnyTagClassName
 {
   color: #66AEAC;
 }
</style>

background-color css

<style>
 a { background-color: #66AEAC; }

 a { background-color: rgb(102,174,172); }

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

border-color css

<style>
 span { border-color: #66AEAC; }

 span { border-color: rgb(102,174,172); }

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