#67C6C0

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

Shades of Downy #67C6C0

Tints of Downy #67C6C0

Color information

#67C6C0 (or 0x67C6C0) is unknown color: approx Downy. HEX triplet: 67, C6 and C0. RGB value is (103,198,192). Sum of RGB (Red+Green+Blue) = 103+198+192=493 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.89% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 198 - color contains mainly: green. Hex color #67C6C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C6C0 is #98393F. Grayscale: #A8A8A8. Windows color (decimal): -9976128 or 12633703. OLE color: 12633703.

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

Color convert

RGB103198192-
CMYK0.4800.030.22
HSL176.21º45.45%59.02%-
HSV(B)176.21º47.98%77.65%-
XYZ35.347.0857.1-
YUV168.91141.0380.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.89%
GREEN value IS 198 (77.73% from 255) = 40.16%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=20.89%
G=40.16%
B=38.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1031981920.4800.030.22176.2145.4559.02
Hex67C6C0300316b02d3b
Octal1473063006003262605573
Binary110011111000110110000001100000111011010110000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67C6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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