Html Css Color HEX #66BCBB Fountain Blue

📋 copy color: '#66BCBB'

red 102 ◦ green 188 ◦ blue 187

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

Shades of Fountain Blue #66BCBB

Tints of Fountain Blue #66BCBB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.41%

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 21.38%
G = 39.41%
B = 39.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#66BCBB (or 0x66BCBB) is known color: Fountain Blue. HEX triplet: 66, BC and BB. RGB value is (102,188,187). Sum of RGB (Red+Green+Blue) = 102+188+187=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #66BCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCBB is #994344. Grayscale: #A2A2A2. Windows color (decimal): -10044229 or 12303462. OLE color: 12303462.

HSL color Cylindrical-coordinate representation of color #66BCBB: hue angle of 179.3º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BCBB is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 188 187 -
CMYK 0.46 0 0.01 0.26
HSL 179.3º 0.39% 0.57% -
HSV(B) 179.3º 0.46% 0.74% -
XYZ 32.43 42.38 53.48 -
YUV 162.17 142.01 85.08 -
System Red Green Blue C M Y K H S L
Decimal 102 188 187 0.46 0 0.01 0.26 179.3 0.39 0.57
Hex 66 BC BB 2E 0 1 1A B3 27 39
Octal 146 274 273 56 0 1 32 263 47 71
Binary 1100110 10111100 10111011 101110 0 1 11010 10110011 100111 111001

Color Harmonies of #66BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCBB

Black with #66BCBB

Text Example


Text Example

White with #66BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,188,187); }

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

background-color css

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

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

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

border-color css

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

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

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