Html Css Color HEX #66BDBF Fountain Blue

📋 copy color: '#66BDBF'

red 102 ◦ green 189 ◦ blue 191

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

Shades of Fountain Blue #66BDBF

Tints of Fountain Blue #66BDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.21%

 BLUE value IS 191 (75% from 255) = 39.63%

R = 21.16%
G = 39.21%
B = 39.63%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#66BDBF (or 0x66BDBF) is known color: Fountain Blue. HEX triplet: 66, BD and BF. RGB value is (102,189,191). Sum of RGB (Red+Green+Blue) = 102+189+191=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #66BDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDBF is #994240. Grayscale: #A3A3A3. Windows color (decimal): -10043969 or 12565862. OLE color: 12565862.

HSL color Cylindrical-coordinate representation of color #66BDBF: hue angle of 181.35º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66BDBF is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 189 191 -
CMYK 0.47 0.01 0 0.25
HSL 181.35º 0.41% 0.57% -
HSV(B) 181.35º 0.47% 0.75% -
XYZ 33.08 42.98 55.84 -
YUV 163.22 143.68 84.34 -
System Red Green Blue C M Y K H S L
Decimal 102 189 191 0.47 0.01 0 0.25 181.35 0.41 0.57
Hex 66 BD BF 2F 1 0 19 B5 29 39
Octal 146 275 277 57 1 0 31 265 51 71
Binary 1100110 10111101 10111111 101111 1 0 11001 10110101 101001 111001

Color Harmonies of #66BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BDBF

Black with #66BDBF

Text Example


Text Example

White with #66BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,189,191); }

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

background-color css

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

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

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

border-color css

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

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

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