Html Css Color HEX #66BCBA Fountain Blue

📋 copy color: '#66BCBA'

red 102 ◦ green 188 ◦ blue 186

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

Shades of Fountain Blue #66BCBA

Tints of Fountain Blue #66BCBA

RGB

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

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

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

R = 21.43%
G = 39.5%
B = 39.08%

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

#66BCBA (or 0x66BCBA) is known color: Fountain Blue. HEX triplet: 66, BC and BA. RGB value is (102,188,186). Sum of RGB (Red+Green+Blue) = 102+188+186=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 188 - color contains mainly: green. Hex color #66BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCBA is #994345. Grayscale: #A1A1A1. Windows color (decimal): -10044230 or 12237926. OLE color: 12237926.

HSL color Cylindrical-coordinate representation of color #66BCBA: hue angle of 178.6º 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 #66BCBA is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 188 186 -
CMYK 0.46 0 0.01 0.26
HSL 178.6º 0.39% 0.57% -
HSV(B) 178.6º 0.46% 0.74% -
XYZ 32.33 42.34 52.92 -
YUV 162.06 141.51 85.16 -
System Red Green Blue C M Y K H S L
Decimal 102 188 186 0.46 0 0.01 0.26 178.6 0.39 0.57
Hex 66 BC BA 2E 0 1 1A B3 27 39
Octal 146 274 272 56 0 1 32 263 47 71
Binary 1100110 10111100 10111010 101110 0 1 11010 10110011 100111 111001

Color Harmonies of #66BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BCBA

Black with #66BCBA

Text Example


Text Example

White with #66BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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