#67BFC6

Color #67BFC6 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #67BFC6

Tints of Glacier #67BFC6

Color information

#67BFC6 (or 0x67BFC6) is unknown color: approx Glacier. HEX triplet: 67, BF and C6. RGB value is (103,191,198). Sum of RGB (Red+Green+Blue) = 103+191+198=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #67BFC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFC6 is #984039. Grayscale: #A5A5A5. Windows color (decimal): -9977914 or 13025127. OLE color: 13025127.

HSL color Cylindrical-coordinate representation of color #67BFC6: hue angle of 184.42º degrees, saturation: 0.45, 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 #67BFC6 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB103191198-
CMYK0.480.0400.22
HSL184.42º45.45%59.02%-
HSV(B)184.42º47.98%77.65%-
XYZ34.4244.2260.15-
YUV165.49146.3583.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.93%
GREEN value IS 191 (75% from 255) = 38.82%
BLUE value IS 198 (77.73% from 255) = 40.24%
R=20.93%
G=38.82%
B=40.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1031911980.480.0400.22184.4245.4559.02
Hex67BFC6304016b82d3b
Octal1472773066040262705573
Binary1100111101111111100011011000010001011010111000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67BFC6; }

 p { color: rgb(103,191,198); }

 H1.HeaderClassName
 {
   color: #67BFC6;
 }
 .AnyTagClassName
 {
   color: #67BFC6;
 }
</style>
background-color css

<style>
 a { background-color: #67BFC6; }

 a { background-color: rgb(103,191,198); }

 div.DivClassName
 {
   background-color: #67BFC6;
 }
 .BgClassName
 {
   background-color: #67BFC6;
 }
</style>
border-color css

<style>
 span { border-color: #67BFC6; }

 span { border-color: rgb(103,191,198); }

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