Html Css Color HEX #66BABA Fountain Blue

📋 copy color: '#66BABA'

red 102 ◦ green 186 ◦ blue 186

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

Shades of Fountain Blue #66BABA

Tints of Fountain Blue #66BABA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.24%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 21.52%
G = 39.24%
B = 39.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#66BABA (or 0x66BABA) is known color: Fountain Blue. HEX triplet: 66, BA and BA. RGB value is (102,186,186). Sum of RGB (Red+Green+Blue) = 102+186+186=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #66BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BABA is #994545. Grayscale: #A0A0A0. Windows color (decimal): -10044742 or 12237414. OLE color: 12237414.

HSL color Cylindrical-coordinate representation of color #66BABA: hue angle of 180º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BABA is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 186 186 -
CMYK 0.45 0 0 0.27
HSL 180º 0.38% 0.56% -
HSV(B) 180º 0.45% 0.73% -
XYZ 31.9 41.49 52.78 -
YUV 160.88 142.17 86 -
System Red Green Blue C M Y K H S L
Decimal 102 186 186 0.45 0 0 0.27 180 0.38 0.56
Hex 66 BA BA 2D 0 0 1B B4 26 38
Octal 146 272 272 55 0 0 33 264 46 70
Binary 1100110 10111010 10111010 101101 0 0 11011 10110100 100110 111000

Color Harmonies of #66BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BABA

Black with #66BABA

Text Example


Text Example

White with #66BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,186,186); }

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

background-color css

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

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

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

border-color css

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

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

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