#67C6BF

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

Shades of Downy #67C6BF

Tints of Downy #67C6BF

Color information

#67C6BF (or 0x67C6BF) is unknown color: approx Downy. HEX triplet: 67, C6 and BF. RGB value is (103,198,191). Sum of RGB (Red+Green+Blue) = 103+198+191=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 198 (77.73% from 255 or 40.24% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 198 - color contains mainly: green. Hex color #67C6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C6BF is #983940. Grayscale: #A8A8A8. Windows color (decimal): -9976129 or 12568167. OLE color: 12568167.

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

Color convert

RGB103198191-
CMYK0.4800.040.22
HSL175.58º45.45%59.02%-
HSV(B)175.58º47.98%77.65%-
XYZ35.1947.0356.51-
YUV168.8140.5381.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1031981910.4800.040.22175.5845.4559.02
Hex67C6BF300416b02d3b
Octal1473062776004262605573
Binary1100111110001101011111111000001001011010110000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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