Html Css Color HEX #66BEC6 Glacier

📋 copy color: '#66BEC6'

red 102 ◦ green 190 ◦ blue 198

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

Shades of Glacier #66BEC6

Tints of Glacier #66BEC6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.78%

 BLUE value IS 198 (77.73% from 255) = 40.41%

R = 20.82%
G = 38.78%
B = 40.41%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#66BEC6 (or 0x66BEC6) is known color: Glacier. HEX triplet: 66, BE and C6. RGB value is (102,190,198). Sum of RGB (Red+Green+Blue) = 102+190+198=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 198 (77.73% from 255 or 40.41% from 490); Max value from RGB is 198 - color contains mainly: blue. Hex color #66BEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEC6 is #994139. Grayscale: #A4A4A4. Windows color (decimal): -10043706 or 13024870. OLE color: 13024870.

HSL color Cylindrical-coordinate representation of color #66BEC6: hue angle of 185º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66BEC6 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 190 198 -
CMYK 0.48 0.04 0 0.22
HSL 185º 0.46% 0.59% -
HSV(B) 185º 0.48% 0.78% -
XYZ 34.09 43.73 60.07 -
YUV 164.6 146.85 83.35 -
System Red Green Blue C M Y K H S L
Decimal 102 190 198 0.48 0.04 0 0.22 185 0.46 0.59
Hex 66 BE C6 30 4 0 16 B9 2E 3B
Octal 146 276 306 60 4 0 26 271 56 73
Binary 1100110 10111110 11000110 110000 100 0 10110 10111001 101110 111011

Color Harmonies of #66BEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BEC6

Black with #66BEC6

Text Example


Text Example

White with #66BEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,190,198); }

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

background-color css

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

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

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

border-color css

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

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

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